Html Css Color HEX #66B5FE Maya Blue

📋 copy color: '#66B5FE'

red 102 ◦ green 181 ◦ blue 254

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

Shades of Maya Blue #66B5FE

Tints of Maya Blue #66B5FE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.71%

 BLUE value IS 254 (99.61% from 255) = 47.3%

R = 18.99%
G = 33.71%
B = 47.3%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#66B5FE (or 0x66B5FE) is known color: Maya Blue. HEX triplet: 66, B5 and FE. RGB value is (102,181,254). Sum of RGB (Red+Green+Blue) = 102+181+254=537 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.99% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #66B5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66B5FE is #994A01. Grayscale: #A5A5A5. Windows color (decimal): -10045954 or 16692582. OLE color: 16692582.

HSL color Cylindrical-coordinate representation of color #66B5FE: hue angle of 208.82º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66B5FE is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 102 181 254 -
CMYK 0.60 0.29 0 0.00
HSL 208.82º 0.99% 0.7% -
HSV(B) 208.82º 0.6% 1% -
XYZ 39.89 43.03 99.97 -
YUV 165.7 177.83 82.56 -
System Red Green Blue C M Y K H S L
Decimal 102 181 254 0.60 0.29 0 0.00 208.82 0.99 0.7
Hex 66 B5 FE 3C 1D 0 0 D1 63 46
Octal 146 265 376 74 35 0 0 321 143 106
Binary 1100110 10110101 11111110 111100 11101 0 0 11010001 1100011 1000110

Color Harmonies of #66B5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B5FE

Black with #66B5FE

Text Example


Text Example

White with #66B5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,181,254); }

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

background-color css

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

 a { background-color: rgb(102,181,254); }

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

border-color css

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

 span { border-color: rgb(102,181,254); }

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