Html Css Color HEX #66ADFE Maya Blue

📋 copy color: '#66ADFE'

red 102 ◦ green 173 ◦ blue 254

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

Shades of Maya Blue #66ADFE

Tints of Maya Blue #66ADFE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.7%

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

R = 19.28%
G = 32.7%
B = 48.02%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#66ADFE (or 0x66ADFE) is known color: Maya Blue. HEX triplet: 66, AD and FE. RGB value is (102,173,254). Sum of RGB (Red+Green+Blue) = 102+173+254=529 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.28% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #66ADFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66ADFE is #995201. Grayscale: #A0A0A0. Windows color (decimal): -10048002 or 16690534. OLE color: 16690534.

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

Color convert

RGB 102 173 254 -
CMYK 0.60 0.32 0 0.00
HSL 211.97º 0.99% 0.7% -
HSV(B) 211.97º 0.6% 1% -
XYZ 38.31 39.87 99.44 -
YUV 161.01 180.48 85.91 -
System Red Green Blue C M Y K H S L
Decimal 102 173 254 0.60 0.32 0 0.00 211.97 0.99 0.7
Hex 66 AD FE 3C 20 0 0 D4 63 46
Octal 146 255 376 74 40 0 0 324 143 106
Binary 1100110 10101101 11111110 111100 100000 0 0 11010100 1100011 1000110

Color Harmonies of #66ADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ADFE

Black with #66ADFE

Text Example


Text Example

White with #66ADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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