#60A1FA

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

Shades of Cornflower Blue #60A1FA

Tints of Cornflower Blue #60A1FA

Color information

#60A1FA (or 0x60A1FA) is unknown color: approx Cornflower Blue. HEX triplet: 60, A1 and FA. RGB value is (96,161,250). Sum of RGB (Red+Green+Blue) = 96+161+250=507 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.93% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #60A1FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A1FA is #9F5E05. Grayscale: #979797. Windows color (decimal): -10444294 or 16425312. OLE color: 16425312.

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

Color convert

RGB96161250-
CMYK0.620.3600.02
HSL214.68º93.9%67.84%-
HSV(B)214.68º61.6%98.04%-
XYZ34.8234.8895.34-
YUV151.71183.4788.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.93%
GREEN value IS 161 (63.28% from 255) = 31.76%
BLUE value IS 250 (98.05% from 255) = 49.31%
R=18.93%
G=31.76%
B=49.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal961612500.620.3600.02214.6893.967.84
Hex60A1FA3E2402d75e44
Octal140241372764402327136104
Binary110000010100001111110101111101001000101101011110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,161,250); }

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

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

 a { background-color: rgb(96,161,250); }

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

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

 span { border-color: rgb(96,161,250); }

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