Html Css Color HEX #66AAF2 Cornflower Blue

📋 copy color: '#66AAF2'

red 102 ◦ green 170 ◦ blue 242

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

Shades of Cornflower Blue #66AAF2

Tints of Cornflower Blue #66AAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.08%

R = 19.84%
G = 33.07%
B = 47.08%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#66AAF2 (or 0x66AAF2) is known color: Cornflower Blue. HEX triplet: 66, AA and F2. RGB value is (102,170,242). Sum of RGB (Red+Green+Blue) = 102+170+242=514 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.84% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #66AAF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66AAF2 is #99550D. Grayscale: #9D9D9D. Windows color (decimal): -10048782 or 15903334. OLE color: 15903334.

HSL color Cylindrical-coordinate representation of color #66AAF2: hue angle of 210.86º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66AAF2 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 170 242 -
CMYK 0.58 0.30 0 0.05
HSL 210.86º 0.84% 0.67% -
HSV(B) 210.86º 0.58% 0.95% -
XYZ 35.88 37.99 89.45 -
YUV 157.88 175.47 88.15 -
System Red Green Blue C M Y K H S L
Decimal 102 170 242 0.58 0.30 0 0.05 210.86 0.84 0.67
Hex 66 AA F2 3A 1E 0 5 D3 54 43
Octal 146 252 362 72 36 0 5 323 124 103
Binary 1100110 10101010 11110010 111010 11110 0 101 11010011 1010100 1000011

Color Harmonies of #66AAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AAF2

Black with #66AAF2

Text Example


Text Example

White with #66AAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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