Html Css Color HEX #66ADFF Maya Blue

📋 copy color: '#66ADFF'

red 102 ◦ green 173 ◦ blue 255

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

Shades of Maya Blue #66ADFF

Tints of Maya Blue #66ADFF

RGB

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

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

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

R = 19.25%
G = 32.64%
B = 48.11%

CMYK

 C value IS 0.6

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#66ADFF (or 0x66ADFF) is known color: Maya Blue. HEX triplet: 66, AD and FF. RGB value is (102,173,255). Sum of RGB (Red+Green+Blue) = 102+173+255=530 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.25% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #66ADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66ADFF is #995200. Grayscale: #A0A0A0. Windows color (decimal): -10048001 or 16756070. OLE color: 16756070.

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

Color convert

RGB 102 173 255 -
CMYK 0.6 0.32 0 0
HSL 212.16º 1% 0.7% -
HSV(B) 212.16º 0.6% 1% -
XYZ 38.47 39.93 100.29 -
YUV 161.12 180.98 85.83 -
System Red Green Blue C M Y K H S L
Decimal 102 173 255 0.6 0.32 0 0 212.16 1 0.7
Hex 66 AD FF 3C 20 0 0 D4 64 46
Octal 146 255 377 74 40 0 0 324 144 106
Binary 1100110 10101101 11111111 111100 100000 0 0 11010100 1100100 1000110

Color Harmonies of #66ADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ADFF

Black with #66ADFF

Text Example


Text Example

White with #66ADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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