#60A2FE

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

Shades of Cornflower Blue #60A2FE

Tints of Cornflower Blue #60A2FE

Color information

#60A2FE (or 0x60A2FE) is unknown color: approx Cornflower Blue. HEX triplet: 60, A2 and FE. RGB value is (96,162,254). Sum of RGB (Red+Green+Blue) = 96+162+254=512 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.75% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #60A2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A2FE is #9F5D01. Grayscale: #989898. Windows color (decimal): -10444034 or 16687712. OLE color: 16687712.

HSL color Cylindrical-coordinate representation of color #60A2FE: hue angle of 214.94º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60A2FE is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB96162254-
CMYK0.620.3600.00
HSL214.94º98.75%68.63%-
HSV(B)214.94º62.2%99.61%-
XYZ35.6335.4898.74-
YUV152.75185.1387.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.75%
GREEN value IS 162 (63.67% from 255) = 31.64%
BLUE value IS 254 (99.61% from 255) = 49.61%
R=18.75%
G=31.64%
B=49.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal961622540.620.3600.00214.9498.7568.63
Hex60A2FE3E2400d76345
Octal140242376764400327143105
Binary11000001010001011111110111110100100001101011111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,162,254); }

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

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

 a { background-color: rgb(96,162,254); }

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

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

 span { border-color: rgb(96,162,254); }

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