Html Css Color HEX #66AAFC Cornflower Blue

📋 copy color: '#66AAFC'

red 102 ◦ green 170 ◦ blue 252

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

Shades of Cornflower Blue #66AAFC

Tints of Cornflower Blue #66AAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.09%

R = 19.47%
G = 32.44%
B = 48.09%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#66AAFC (or 0x66AAFC) is known color: Cornflower Blue. HEX triplet: 66, AA and FC. RGB value is (102,170,252). Sum of RGB (Red+Green+Blue) = 102+170+252=524 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.47% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #66AAFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66AAFC is #995503. Grayscale: #9E9E9E. Windows color (decimal): -10048772 or 16558694. OLE color: 16558694.

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

Color convert

RGB 102 170 252 -
CMYK 0.60 0.33 0 0.01
HSL 212.8º 0.96% 0.69% -
HSV(B) 212.8º 0.6% 0.99% -
XYZ 37.42 38.6 97.57 -
YUV 159.02 180.47 87.33 -
System Red Green Blue C M Y K H S L
Decimal 102 170 252 0.60 0.33 0 0.01 212.8 0.96 0.69
Hex 66 AA FC 3C 21 0 1 D5 60 45
Octal 146 252 374 74 41 0 1 325 140 105
Binary 1100110 10101010 11111100 111100 100001 0 1 11010101 1100000 1000101

Color Harmonies of #66AAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AAFC

Black with #66AAFC

Text Example


Text Example

White with #66AAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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