#69b7fc

Color #69B7FC Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #69B7FC

Tints of Maya Blue #69B7FC

Color information

#69B7FC (or 0x69B7FC) is unknown color: approx Maya Blue. HEX triplet: 69, B7 and FC. RGB value is (105,183,252). Sum of RGB (Red+Green+Blue) = 105+183+252=540 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.44% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #69B7FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69B7FC is #964803. Grayscale: #A7A7A7. Windows color (decimal): -9848836 or 16562025. OLE color: 16562025.

HSL color Cylindrical-coordinate representation of color #69B7FC: hue angle of 208.16º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69B7FC is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB105183252-
CMYK0.580.2700.01
HSL208.16º96.08%70%-
HSV(B)208.16º58.33%98.82%-
XYZ40.3343.998.44-
YUV167.54175.6683.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 19.44%
GREEN value IS 183 (71.88% from 255) = 33.89%
BLUE value IS 252 (98.83% from 255) = 46.67%
R=19.44%
G=33.89%
B=46.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1051832520.580.2700.01208.1696.0870
Hex69B7FC3A1B01d06046
Octal151267374723301320140106
Binary1101001101101111111110011101011011011101000011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69b7fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69b7fc; }

 p { color: rgb(105,183,252); }

 H1.HeaderClassName
 {
   color: #69b7fc;
 }
 .AnyTagClassName
 {
   color: #69b7fc;
 }
</style>
background-color css

<style>
 a { background-color: #69b7fc; }

 a { background-color: rgb(105,183,252); }

 div.DivClassName
 {
   background-color: #69b7fc;
 }
 .BgClassName
 {
   background-color: #69b7fc;
 }
</style>
border-color css

<style>
 span { border-color: #69b7fc; }

 span { border-color: rgb(105,183,252); }

 td.TdClassName
 {
   border-color: #69b7fc;
 }
 .TagClassName
 {
   border-color: #69b7fc;
 }
</style>