#66BDF5

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

Shades of Maya Blue #66BDF5

Tints of Maya Blue #66BDF5

Color information

#66BDF5 (or 0x66BDF5) is unknown color: approx Maya Blue. HEX triplet: 66, BD and F5. RGB value is (102,189,245). Sum of RGB (Red+Green+Blue) = 102+189+245=536 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.03% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 245 (96.09% from 255 or 45.71% from 536); Max value from RGB is 245 - color contains mainly: blue. Hex color #66BDF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BDF5 is #99420A. Grayscale: #A9A9A9. Windows color (decimal): -10043915 or 16104806. OLE color: 16104806.

HSL color Cylindrical-coordinate representation of color #66BDF5: hue angle of 203.5º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66BDF5 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB102189245-
CMYK0.580.2300.04
HSL203.5º87.73%68.04%-
HSV(B)203.5º58.37%96.08%-
XYZ40.1645.8193.11-
YUV169.37170.6879.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.03%
GREEN value IS 189 (74.22% from 255) = 35.26%
BLUE value IS 245 (96.09% from 255) = 45.71%
R=19.03%
G=35.26%
B=45.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1021892450.580.2300.04203.587.7368.04
Hex66BDF53A1704cb5844
Octal146275365722704313130104
Binary110011010111101111101011110101011101001100101110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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