#5FAAF7

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

Shades of Cornflower Blue #5FAAF7

Tints of Cornflower Blue #5FAAF7

Color information

#5FAAF7 (or 0x5FAAF7) is unknown color: approx Cornflower Blue. HEX triplet: 5F, AA and F7. RGB value is (95,170,247). Sum of RGB (Red+Green+Blue) = 95+170+247=512 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.55% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 247 (96.88% from 255 or 48.24% from 512); Max value from RGB is 247 - color contains mainly: blue. Hex color #5FAAF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FAAF7 is #A05508. Grayscale: #9B9B9B. Windows color (decimal): -10507529 or 16231007. OLE color: 16231007.

HSL color Cylindrical-coordinate representation of color #5FAAF7: hue angle of 210.39º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FAAF7 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB95170247-
CMYK0.620.3100.03
HSL210.39º90.48%67.06%-
HSV(B)210.39º61.54%96.86%-
XYZ35.8837.993.42-
YUV156.35179.1584.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.55%
GREEN value IS 170 (66.80% from 255) = 33.20%
BLUE value IS 247 (96.88% from 255) = 48.24%
R=18.55%
G=33.20%
B=48.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal951702470.620.3100.03210.3990.4867.06
Hex5FAAF73E1F03d25a43
Octal137252367763703322132103
Binary10111111010101011110111111110111110111101001010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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