#80A0FF

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

Shades of Cornflower Blue #80A0FF

Tints of Cornflower Blue #80A0FF

Color information

#80A0FF (or 0x80A0FF) is unknown color: approx Cornflower Blue. HEX triplet: 80, A0 and FF. RGB value is (128,160,255). Sum of RGB (Red+Green+Blue) = 128+160+255=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #80A0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A0FF is #7F5F00. Grayscale: #A0A0A0. Windows color (decimal): -8347393 or 16752768. OLE color: 16752768.

HSL color Cylindrical-coordinate representation of color #80A0FF: hue angle of 224.88º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80A0FF is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB128160255-
CMYK0.500.3700
HSL224.88º100%75.1%-
HSV(B)224.88º49.8%100%-
XYZ39.5236.9599.66-
YUV161.26180.9104.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.57%
GREEN value IS 160 (62.89% from 255) = 29.47%
BLUE value IS 255 (100% from 255) = 46.96%
R=23.57%
G=29.47%
B=46.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1281602550.500.3700224.8810075.1
Hex80A0FF322500e1644b
Octal200240377624500341144113
Binary100000001010000011111111110010100101001110000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80A0FF; }

 p { color: rgb(128,160,255); }

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

<style>
 a { background-color: #80A0FF; }

 a { background-color: rgb(128,160,255); }

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

<style>
 span { border-color: #80A0FF; }

 span { border-color: rgb(128,160,255); }

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