#60A9F7

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

Shades of Cornflower Blue #60A9F7

Tints of Cornflower Blue #60A9F7

Color information

#60A9F7 (or 0x60A9F7) is unknown color: approx Cornflower Blue. HEX triplet: 60, A9 and F7. RGB value is (96,169,247). Sum of RGB (Red+Green+Blue) = 96+169+247=512 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.75% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 247 (96.88% from 255 or 48.24% from 512); Max value from RGB is 247 - color contains mainly: blue. Hex color #60A9F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A9F7 is #9F5608. Grayscale: #9B9B9B. Windows color (decimal): -10442249 or 16230752. OLE color: 16230752.

HSL color Cylindrical-coordinate representation of color #60A9F7: hue angle of 210.99º 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 #60A9F7 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB96169247-
CMYK0.610.3200.03
HSL210.99º90.42%67.25%-
HSV(B)210.99º61.13%96.86%-
XYZ35.837.5893.36-
YUV156.06179.3285.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.75%
GREEN value IS 169 (66.41% from 255) = 33.01%
BLUE value IS 247 (96.88% from 255) = 48.24%
R=18.75%
G=33.01%
B=48.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal961692470.610.3200.03210.9990.4267.25
Hex60A9F73D2003d35a43
Octal140251367754003323132103
Binary110000010101001111101111111011000000111101001110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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