Html Css Color HEX #66BDF4 Maya Blue

📋 copy color: '#66BDF4'

red 102 ◦ green 189 ◦ blue 244

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

Shades of Maya Blue #66BDF4

Tints of Maya Blue #66BDF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 45.61%

R = 19.07%
G = 35.33%
B = 45.61%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#66BDF4 (or 0x66BDF4) is known color: Maya Blue. HEX triplet: 66, BD and F4. RGB value is (102,189,244). Sum of RGB (Red+Green+Blue) = 102+189+244=535 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.07% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 244 (95.70% from 255 or 45.61% from 535); Max value from RGB is 244 - color contains mainly: blue. Hex color #66BDF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BDF4 is #99420B. Grayscale: #A8A8A8. Windows color (decimal): -10043916 or 16039270. OLE color: 16039270.

HSL color Cylindrical-coordinate representation of color #66BDF4: hue angle of 203.24º degrees, saturation: 0.87, 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 #66BDF4 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 102 189 244 -
CMYK 0.58 0.23 0 0.04
HSL 203.24º 0.87% 0.68% -
HSV(B) 203.24º 0.58% 0.96% -
XYZ 40.01 45.75 92.31 -
YUV 169.26 170.18 80.03 -
System Red Green Blue C M Y K H S L
Decimal 102 189 244 0.58 0.23 0 0.04 203.24 0.87 0.68
Hex 66 BD F4 3A 17 0 4 CB 57 44
Octal 146 275 364 72 27 0 4 313 127 104
Binary 1100110 10111101 11110100 111010 10111 0 100 11001011 1010111 1000100

Color Harmonies of #66BDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BDF4

Black with #66BDF4

Text Example


Text Example

White with #66BDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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