#60A8F9

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

Shades of Cornflower Blue #60A8F9

Tints of Cornflower Blue #60A8F9

Color information

#60A8F9 (or 0x60A8F9) is unknown color: approx Cornflower Blue. HEX triplet: 60, A8 and F9. RGB value is (96,168,249). Sum of RGB (Red+Green+Blue) = 96+168+249=513 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.71% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #60A8F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A8F9 is #9F5706. Grayscale: #9B9B9B. Windows color (decimal): -10442503 or 16361568. OLE color: 16361568.

HSL color Cylindrical-coordinate representation of color #60A8F9: hue angle of 211.76º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60A8F9 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB96168249-
CMYK0.610.3300.02
HSL211.76º92.73%67.65%-
HSV(B)211.76º61.45%97.65%-
XYZ35.9337.3394.93-
YUV155.71180.6585.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.71%
GREEN value IS 168 (66.02% from 255) = 32.75%
BLUE value IS 249 (97.66% from 255) = 48.54%
R=18.71%
G=32.75%
B=48.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal961682490.610.3300.02211.7692.7367.65
Hex60A8F93D2102d45d44
Octal140250371754102324135104
Binary110000010101000111110011111011000010101101010010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,168,249); }

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

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

 a { background-color: rgb(96,168,249); }

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

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

 span { border-color: rgb(96,168,249); }

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