#66BDF3

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

Shades of Maya Blue #66BDF3

Tints of Maya Blue #66BDF3

Color information

#66BDF3 (or 0x66BDF3) is unknown color: approx Maya Blue. HEX triplet: 66, BD and F3. RGB value is (102,189,243). Sum of RGB (Red+Green+Blue) = 102+189+243=534 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.10% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 243 (95.31% from 255 or 45.51% from 534); Max value from RGB is 243 - color contains mainly: blue. Hex color #66BDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BDF3 is #99420C. Grayscale: #A8A8A8. Windows color (decimal): -10043917 or 15973734. OLE color: 15973734.

HSL color Cylindrical-coordinate representation of color #66BDF3: hue angle of 202.98º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66BDF3 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB102189243-
CMYK0.580.2200.05
HSL202.98º85.45%67.65%-
HSV(B)202.98º58.02%95.29%-
XYZ39.8545.6991.51-
YUV169.14169.6880.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.10%
GREEN value IS 189 (74.22% from 255) = 35.39%
BLUE value IS 243 (95.31% from 255) = 45.51%
R=19.10%
G=35.39%
B=45.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1021892430.580.2200.05202.9885.4567.65
Hex66BDF33A1605cb5544
Octal146275363722605313125104
Binary110011010111101111100111110101011001011100101110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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