Html Css Color HEX #66BDF7 Maya Blue

📋 copy color: '#66BDF7'

red 102 ◦ green 189 ◦ blue 247

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

Shades of Maya Blue #66BDF7

Tints of Maya Blue #66BDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.91%

R = 18.96%
G = 35.13%
B = 45.91%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#66BDF7 (or 0x66BDF7) is known color: Maya Blue. HEX triplet: 66, BD and F7. RGB value is (102,189,247). Sum of RGB (Red+Green+Blue) = 102+189+247=538 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.96% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 247 (96.88% from 255 or 45.91% from 538); Max value from RGB is 247 - color contains mainly: blue. Hex color #66BDF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BDF7 is #994208. Grayscale: #A9A9A9. Windows color (decimal): -10043913 or 16235878. OLE color: 16235878.

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

Color convert

RGB 102 189 247 -
CMYK 0.59 0.23 0 0.03
HSL 204º 0.9% 0.68% -
HSV(B) 204º 0.59% 0.97% -
XYZ 40.47 45.94 94.73 -
YUV 169.6 171.68 79.78 -
System Red Green Blue C M Y K H S L
Decimal 102 189 247 0.59 0.23 0 0.03 204 0.9 0.68
Hex 66 BD F7 3B 17 0 3 CC 5A 44
Octal 146 275 367 73 27 0 3 314 132 104
Binary 1100110 10111101 11110111 111011 10111 0 11 11001100 1011010 1000100

Color Harmonies of #66BDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BDF7

Black with #66BDF7

Text Example


Text Example

White with #66BDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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