#60A3FE

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

Shades of Cornflower Blue #60A3FE

Tints of Cornflower Blue #60A3FE

Color information

#60A3FE (or 0x60A3FE) is unknown color: approx Cornflower Blue. HEX triplet: 60, A3 and FE. RGB value is (96,163,254). Sum of RGB (Red+Green+Blue) = 96+163+254=513 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.71% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #60A3FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A3FE is #9F5C01. Grayscale: #989898. Windows color (decimal): -10443778 or 16687968. OLE color: 16687968.

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

Color convert

RGB96163254-
CMYK0.620.3600.00
HSL214.56º98.75%68.63%-
HSV(B)214.56º62.2%99.61%-
XYZ35.8135.8498.8-
YUV153.34184.887.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.71%
GREEN value IS 163 (64.06% from 255) = 31.77%
BLUE value IS 254 (99.61% from 255) = 49.51%
R=18.71%
G=31.77%
B=49.51%

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
Decimal961632540.620.3600.00214.5698.7568.63
Hex60A3FE3E2400d76345
Octal140243376764400327143105
Binary11000001010001111111110111110100100001101011111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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