Html Css Color HEX #66BDF6 Maya Blue

📋 copy color: '#66BDF6'

red 102 ◦ green 189 ◦ blue 246

#66BDF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #66BDF6

Tints of Maya Blue #66BDF6

RGB

 RED value IS 102 (40.23% from 255) = 18.99%

 GREEN value IS 189 (74.22% from 255) = 35.2%

 BLUE value IS 246 (96.48% from 255) = 45.81%

R = 18.99%
G = 35.2%
B = 45.81%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#66BDF6 (or 0x66BDF6) is known color: Maya Blue. HEX triplet: 66, BD and F6. RGB value is (102,189,246). Sum of RGB (Red+Green+Blue) = 102+189+246=537 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.99% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 246 (96.48% from 255 or 45.81% from 537); Max value from RGB is 246 - color contains mainly: blue. Hex color #66BDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BDF6 is #994209. Grayscale: #A9A9A9. Windows color (decimal): -10043914 or 16170342. OLE color: 16170342.

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

Color convert

RGB 102 189 246 -
CMYK 0.59 0.23 0 0.04
HSL 203.75º 0.89% 0.68% -
HSV(B) 203.75º 0.59% 0.96% -
XYZ 40.31 45.87 93.92 -
YUV 169.49 171.18 79.87 -
System Red Green Blue C M Y K H S L
Decimal 102 189 246 0.59 0.23 0 0.04 203.75 0.89 0.68
Hex 66 BD F6 3B 17 0 4 CC 59 44
Octal 146 275 366 73 27 0 4 314 131 104
Binary 1100110 10111101 11110110 111011 10111 0 100 11001100 1011001 1000100

Color Harmonies of #66BDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BDF6

Black with #66BDF6

Text Example


Text Example

White with #66BDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66BDF6;
 }
 .AnyTagClassName
 {
   color: #66BDF6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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