#66BDFC

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

Shades of Maya Blue #66BDFC

Tints of Maya Blue #66BDFC

Color information

#66BDFC (or 0x66BDFC) is unknown color: approx Maya Blue. HEX triplet: 66, BD and FC. RGB value is (102,189,252). Sum of RGB (Red+Green+Blue) = 102+189+252=543 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.78% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #66BDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BDFC is #994203. Grayscale: #A9A9A9. Windows color (decimal): -10043908 or 16563558. OLE color: 16563558.

HSL color Cylindrical-coordinate representation of color #66BDFC: hue angle of 205.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66BDFC is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB102189252-
CMYK0.600.2500.01
HSL205.2º96.15%69.41%-
HSV(B)205.2º59.52%98.82%-
XYZ41.2546.2598.85-
YUV170.17174.1879.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.78%
GREEN value IS 189 (74.22% from 255) = 34.81%
BLUE value IS 252 (98.83% from 255) = 46.41%
R=18.78%
G=34.81%
B=46.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1021892520.600.2500.01205.296.1569.41
Hex66BDFC3C1901cd6045
Octal146275374743101315140105
Binary1100110101111011111110011110011001011100110111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66BDFC; }

 p { color: rgb(102,189,252); }

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

<style>
 a { background-color: #66BDFC; }

 a { background-color: rgb(102,189,252); }

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

<style>
 span { border-color: #66BDFC; }

 span { border-color: rgb(102,189,252); }

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