Html Css Color HEX #66AEFD Maya Blue

📋 copy color: '#66AEFD'

red 102 ◦ green 174 ◦ blue 253

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

Shades of Maya Blue #66AEFD

Tints of Maya Blue #66AEFD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.89%

 BLUE value IS 253 (99.22% from 255) = 47.83%

R = 19.28%
G = 32.89%
B = 47.83%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#66AEFD (or 0x66AEFD) is known color: Maya Blue. HEX triplet: 66, AE and FD. RGB value is (102,174,253). Sum of RGB (Red+Green+Blue) = 102+174+253=529 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.28% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #66AEFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66AEFD is #995102. Grayscale: #A1A1A1. Windows color (decimal): -10047747 or 16625254. OLE color: 16625254.

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

Color convert

RGB 102 174 253 -
CMYK 0.60 0.31 0 0.01
HSL 211.39º 0.97% 0.7% -
HSV(B) 211.39º 0.6% 0.99% -
XYZ 38.35 40.19 98.66 -
YUV 161.48 179.65 85.58 -
System Red Green Blue C M Y K H S L
Decimal 102 174 253 0.60 0.31 0 0.01 211.39 0.97 0.7
Hex 66 AE FD 3C 1F 0 1 D3 61 46
Octal 146 256 375 74 37 0 1 323 141 106
Binary 1100110 10101110 11111101 111100 11111 0 1 11010011 1100001 1000110

Color Harmonies of #66AEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AEFD

Black with #66AEFD

Text Example


Text Example

White with #66AEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,174,253); }

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

background-color css

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

 a { background-color: rgb(102,174,253); }

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

border-color css

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

 span { border-color: rgb(102,174,253); }

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