#80A2FE

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

Shades of Jordy Blue #80A2FE

Tints of Jordy Blue #80A2FE

Color information

#80A2FE (or 0x80A2FE) is unknown color: approx Jordy Blue. HEX triplet: 80, A2 and FE. RGB value is (128,162,254). Sum of RGB (Red+Green+Blue) = 128+162+254=544 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.53% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #80A2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A2FE is #7F5D01. Grayscale: #A1A1A1. Windows color (decimal): -8346882 or 16687744. OLE color: 16687744.

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

Color convert

RGB128162254-
CMYK0.500.3600.00
HSL223.81º98.44%74.9%-
HSV(B)223.81º49.61%99.61%-
XYZ39.7137.5998.93-
YUV162.32179.74103.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.53%
GREEN value IS 162 (63.67% from 255) = 29.78%
BLUE value IS 254 (99.61% from 255) = 46.69%
R=23.53%
G=29.78%
B=46.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1281622540.500.3600.00223.8198.4474.9
Hex80A2FE322400e0624b
Octal200242376624400340142113
Binary100000001010001011111110110010100100001110000011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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