#5FAAFA

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

Shades of Cornflower Blue #5FAAFA

Tints of Cornflower Blue #5FAAFA

Color information

#5FAAFA (or 0x5FAAFA) is unknown color: approx Cornflower Blue. HEX triplet: 5F, AA and FA. RGB value is (95,170,250). Sum of RGB (Red+Green+Blue) = 95+170+250=515 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.45% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #5FAAFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FAAFA is #A05505. Grayscale: #9C9C9C. Windows color (decimal): -10507526 or 16427615. OLE color: 16427615.

HSL color Cylindrical-coordinate representation of color #5FAAFA: hue angle of 210.97º 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 #5FAAFA is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB95170250-
CMYK0.620.3200.02
HSL210.97º93.94%67.65%-
HSV(B)210.97º62%98.04%-
XYZ36.3538.0895.88-
YUV156.7180.6584-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.45%
GREEN value IS 170 (66.80% from 255) = 33.01%
BLUE value IS 250 (98.05% from 255) = 48.54%
R=18.45%
G=33.01%
B=48.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal951702500.620.3200.02210.9793.9467.65
Hex5FAAFA3E2002d35e44
Octal137252372764002323136104
Binary101111110101010111110101111101000000101101001110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FAAFA; }

 p { color: rgb(95,170,250); }

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

<style>
 a { background-color: #5FAAFA; }

 a { background-color: rgb(95,170,250); }

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

<style>
 span { border-color: #5FAAFA; }

 span { border-color: rgb(95,170,250); }

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