Html Css Color HEX #60AAF2 Cornflower Blue

📋 copy color: '#60AAF2'

red 96 ◦ green 170 ◦ blue 242

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

Shades of Cornflower Blue #60AAF2

Tints of Cornflower Blue #60AAF2

RGB

 RED value IS 96 (37.89% from 255) = 18.9%

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

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

R = 18.9%
G = 33.46%
B = 47.64%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#60AAF2 (or 0x60AAF2) is known color: Cornflower Blue. HEX triplet: 60, AA and F2. RGB value is (96,170,242). Sum of RGB (Red+Green+Blue) = 96+170+242=508 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.90% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 242 - color contains mainly: blue. Hex color #60AAF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60AAF2 is #9F550D. Grayscale: #9B9B9B. Windows color (decimal): -10441998 or 15903328. OLE color: 15903328.

HSL color Cylindrical-coordinate representation of color #60AAF2: hue angle of 209.59º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60AAF2 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 170 242 -
CMYK 0.60 0.30 0 0.05
HSL 209.59º 0.85% 0.66% -
HSV(B) 209.59º 0.6% 0.95% -
XYZ 35.23 37.65 89.41 -
YUV 156.08 176.48 85.15 -
System Red Green Blue C M Y K H S L
Decimal 96 170 242 0.60 0.30 0 0.05 209.59 0.85 0.66
Hex 60 AA F2 3C 1E 0 5 D2 55 42
Octal 140 252 362 74 36 0 5 322 125 102
Binary 1100000 10101010 11110010 111100 11110 0 101 11010010 1010101 1000010

Color Harmonies of #60AAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AAF2

Black with #60AAF2

Text Example


Text Example

White with #60AAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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