#5FAAFF

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

Shades of Cornflower Blue #5FAAFF

Tints of Cornflower Blue #5FAAFF

Color information

#5FAAFF (or 0x5FAAFF) is unknown color: approx Cornflower Blue. HEX triplet: 5F, AA and FF. RGB value is (95,170,255). Sum of RGB (Red+Green+Blue) = 95+170+255=520 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.27% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FAAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FAAFF is #A05500. Grayscale: #9C9C9C. Windows color (decimal): -10507521 or 16755295. OLE color: 16755295.

HSL color Cylindrical-coordinate representation of color #5FAAFF: hue angle of 211.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FAAFF is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB95170255-
CMYK0.630.3300
HSL211.88º100%68.63%-
HSV(B)211.88º62.75%100%-
XYZ37.1438.4100.06-
YUV157.26183.1583.59-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.27%
GREEN value IS 170 (66.80% from 255) = 32.69%
BLUE value IS 255 (100% from 255) = 49.04%
R=18.27%
G=32.69%
B=49.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal951702550.630.3300211.8810068.63
Hex5FAAFF3F2100d46445
Octal137252377774100324144105
Binary10111111010101011111111111111100001001101010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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