Html Css Color HEX #66ABFF Maya Blue

📋 copy color: '#66ABFF'

red 102 ◦ green 171 ◦ blue 255

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

Shades of Maya Blue #66ABFF

Tints of Maya Blue #66ABFF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.39%

 BLUE value IS 255 (100% from 255) = 48.3%

R = 19.32%
G = 32.39%
B = 48.3%

CMYK

 C value IS 0.6

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#66ABFF (or 0x66ABFF) is known color: Maya Blue. HEX triplet: 66, AB and FF. RGB value is (102,171,255). Sum of RGB (Red+Green+Blue) = 102+171+255=528 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.32% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #66ABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66ABFF is #995400. Grayscale: #9F9F9F. Windows color (decimal): -10048513 or 16755558. OLE color: 16755558.

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

Color convert

RGB 102 171 255 -
CMYK 0.6 0.33 0 0
HSL 212.94º 1% 0.7% -
HSV(B) 212.94º 0.6% 1% -
XYZ 38.09 39.17 100.16 -
YUV 159.95 181.64 86.67 -
System Red Green Blue C M Y K H S L
Decimal 102 171 255 0.6 0.33 0 0 212.94 1 0.7
Hex 66 AB FF 3C 21 0 0 D5 64 46
Octal 146 253 377 74 41 0 0 325 144 106
Binary 1100110 10101011 11111111 111100 100001 0 0 11010101 1100100 1000110

Color Harmonies of #66ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ABFF

Black with #66ABFF

Text Example


Text Example

White with #66ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,171,255); }

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

background-color css

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

 a { background-color: rgb(102,171,255); }

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

border-color css

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

 span { border-color: rgb(102,171,255); }

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