Html Css Color HEX #66AAFF Cornflower Blue

📋 copy color: '#66AAFF'

red 102 ◦ green 170 ◦ blue 255

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

Shades of Cornflower Blue #66AAFF

Tints of Cornflower Blue #66AAFF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.26%

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

R = 19.35%
G = 32.26%
B = 48.39%

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

#66AAFF (or 0x66AAFF) is known color: Cornflower Blue. HEX triplet: 66, AA and FF. RGB value is (102,170,255). Sum of RGB (Red+Green+Blue) = 102+170+255=527 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.35% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #66AAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66AAFF is #995500. Grayscale: #9E9E9E. Windows color (decimal): -10048769 or 16755302. OLE color: 16755302.

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

Color convert

RGB 102 170 255 -
CMYK 0.6 0.33 0 0
HSL 213.33º 1% 0.7% -
HSV(B) 213.33º 0.6% 1% -
XYZ 37.9 38.79 100.1 -
YUV 159.36 181.97 87.09 -
System Red Green Blue C M Y K H S L
Decimal 102 170 255 0.6 0.33 0 0 213.33 1 0.7
Hex 66 AA FF 3C 21 0 0 D5 64 46
Octal 146 252 377 74 41 0 0 325 144 106
Binary 1100110 10101010 11111111 111100 100001 0 0 11010101 1100100 1000110

Color Harmonies of #66AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AAFF

Black with #66AAFF

Text Example


Text Example

White with #66AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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