Html Css Color HEX #66AFFE Maya Blue

📋 copy color: '#66AFFE'

red 102 ◦ green 175 ◦ blue 254

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

Shades of Maya Blue #66AFFE

Tints of Maya Blue #66AFFE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.96%

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

R = 19.21%
G = 32.96%
B = 47.83%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#66AFFE (or 0x66AFFE) is known color: Maya Blue. HEX triplet: 66, AF and FE. RGB value is (102,175,254). Sum of RGB (Red+Green+Blue) = 102+175+254=531 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.21% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #66AFFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66AFFE is #995001. Grayscale: #A1A1A1. Windows color (decimal): -10047490 or 16691046. OLE color: 16691046.

HSL color Cylindrical-coordinate representation of color #66AFFE: hue angle of 211.18º 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 #66AFFE is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 102 175 254 -
CMYK 0.60 0.31 0 0.00
HSL 211.18º 0.99% 0.7% -
HSV(B) 211.18º 0.6% 1% -
XYZ 38.7 40.64 99.57 -
YUV 162.18 179.82 85.08 -
System Red Green Blue C M Y K H S L
Decimal 102 175 254 0.60 0.31 0 0.00 211.18 0.99 0.7
Hex 66 AF FE 3C 1F 0 0 D3 63 46
Octal 146 257 376 74 37 0 0 323 143 106
Binary 1100110 10101111 11111110 111100 11111 0 0 11010011 1100011 1000110

Color Harmonies of #66AFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AFFE

Black with #66AFFE

Text Example


Text Example

White with #66AFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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