#60AAF7

Color #60AAF7 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #60AAF7

Tints of Cornflower Blue #60AAF7

Color information

#60AAF7 (or 0x60AAF7) is unknown color: approx Cornflower Blue. HEX triplet: 60, AA and F7. RGB value is (96,170,247). Sum of RGB (Red+Green+Blue) = 96+170+247=513 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.71% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 247 (96.88% from 255 or 48.15% from 513); Max value from RGB is 247 - color contains mainly: blue. Hex color #60AAF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60AAF7 is #9F5508. Grayscale: #9C9C9C. Windows color (decimal): -10441993 or 16231008. OLE color: 16231008.

HSL color Cylindrical-coordinate representation of color #60AAF7: hue angle of 210.6º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60AAF7 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB96170247-
CMYK0.610.3100.03
HSL210.6º90.42%67.25%-
HSV(B)210.6º61.13%96.86%-
XYZ35.9937.9593.42-
YUV156.65178.9884.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.71%
GREEN value IS 170 (66.80% from 255) = 33.14%
BLUE value IS 247 (96.88% from 255) = 48.15%
R=18.71%
G=33.14%
B=48.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal961702470.610.3100.03210.690.4267.25
Hex60AAF73D1F03d35a43
Octal140252367753703323132103
Binary11000001010101011110111111101111110111101001110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #60AAF7;
 }
 .AnyTagClassName
 {
   color: #60AAF7;
 }
</style>
background-color css

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

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

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

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

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

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