#8099FC

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

Shades of Cornflower Blue #8099FC

Tints of Cornflower Blue #8099FC

Color information

#8099FC (or 0x8099FC) is unknown color: approx Cornflower Blue. HEX triplet: 80, 99 and FC. RGB value is (128,153,252). Sum of RGB (Red+Green+Blue) = 128+153+252=533 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.02% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #8099FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8099FC is #7F6603. Grayscale: #9C9C9C. Windows color (decimal): -8349188 or 16554368. OLE color: 16554368.

HSL color Cylindrical-coordinate representation of color #8099FC: hue angle of 227.9º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8099FC is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB128153252-
CMYK0.490.3900.01
HSL227.9º95.38%74.51%-
HSV(B)227.9º49.21%98.82%-
XYZ37.8634.496.74-
YUV156.81181.72107.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.02%
GREEN value IS 153 (60.16% from 255) = 28.71%
BLUE value IS 252 (98.83% from 255) = 47.28%
R=24.02%
G=28.71%
B=47.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1281532520.490.3900.01227.995.3874.51
Hex8099FC312701e45f4b
Octal200231374614701344137113
Binary100000001001100111111100110001100111011110010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8099FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8099FC; }

 p { color: rgb(128,153,252); }

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

<style>
 a { background-color: #8099FC; }

 a { background-color: rgb(128,153,252); }

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

<style>
 span { border-color: #8099FC; }

 span { border-color: rgb(128,153,252); }

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