#80A2FF

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

Shades of Cornflower Blue #80A2FF

Tints of Cornflower Blue #80A2FF

Color information

#80A2FF (or 0x80A2FF) is unknown color: approx Cornflower Blue. HEX triplet: 80, A2 and FF. RGB value is (128,162,255). Sum of RGB (Red+Green+Blue) = 128+162+255=545 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.49% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #80A2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A2FF is #7F5D00. Grayscale: #A2A2A2. Windows color (decimal): -8346881 or 16753280. OLE color: 16753280.

HSL color Cylindrical-coordinate representation of color #80A2FF: hue angle of 223.94º 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 #80A2FF is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB128162255-
CMYK0.500.3600
HSL223.94º100%75.1%-
HSV(B)223.94º49.8%100%-
XYZ39.8737.6599.77-
YUV162.44180.24103.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.49%
GREEN value IS 162 (63.67% from 255) = 29.72%
BLUE value IS 255 (100% from 255) = 46.79%
R=23.49%
G=29.72%
B=46.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1281622550.500.3600223.9410075.1
Hex80A2FF322400e0644b
Octal200242377624400340144113
Binary100000001010001011111111110010100100001110000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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