#60A9FD

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

Shades of Cornflower Blue #60A9FD

Tints of Cornflower Blue #60A9FD

Color information

#60A9FD (or 0x60A9FD) is unknown color: approx Cornflower Blue. HEX triplet: 60, A9 and FD. RGB value is (96,169,253). Sum of RGB (Red+Green+Blue) = 96+169+253=518 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.53% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #60A9FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A9FD is #9F5602. Grayscale: #9C9C9C. Windows color (decimal): -10442243 or 16623968. OLE color: 16623968.

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

Color convert

RGB96169253-
CMYK0.620.3300.01
HSL212.1º97.52%68.43%-
HSV(B)212.1º62.06%99.22%-
XYZ36.7437.9598.32-
YUV156.75182.3284.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.53%
GREEN value IS 169 (66.41% from 255) = 32.63%
BLUE value IS 253 (99.22% from 255) = 48.84%
R=18.53%
G=32.63%
B=48.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal961692530.620.3300.01212.197.5268.43
Hex60A9FD3E2101d46244
Octal140251375764101324142104
Binary11000001010100111111101111110100001011101010011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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