#60A8FD

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

Shades of Cornflower Blue #60A8FD

Tints of Cornflower Blue #60A8FD

Color information

#60A8FD (or 0x60A8FD) is unknown color: approx Cornflower Blue. HEX triplet: 60, A8 and FD. RGB value is (96,168,253). Sum of RGB (Red+Green+Blue) = 96+168+253=517 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.57% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #60A8FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A8FD is #9F5702. Grayscale: #9B9B9B. Windows color (decimal): -10442499 or 16623712. OLE color: 16623712.

HSL color Cylindrical-coordinate representation of color #60A8FD: hue angle of 212.48º 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 #60A8FD is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB96168253-
CMYK0.620.3400.01
HSL212.48º97.52%68.43%-
HSV(B)212.48º62.06%99.22%-
XYZ36.5637.5898.26-
YUV156.16182.6585.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.57%
GREEN value IS 168 (66.02% from 255) = 32.50%
BLUE value IS 253 (99.22% from 255) = 48.94%
R=18.57%
G=32.50%
B=48.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal961682530.620.3400.01212.4897.5268.43
Hex60A8FD3E2201d46244
Octal140250375764201324142104
Binary11000001010100011111101111110100010011101010011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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