#80A8FE

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

Shades of Jordy Blue #80A8FE

Tints of Jordy Blue #80A8FE

Color information

#80A8FE (or 0x80A8FE) is unknown color: approx Jordy Blue. HEX triplet: 80, A8 and FE. RGB value is (128,168,254). Sum of RGB (Red+Green+Blue) = 128+168+254=550 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.27% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #80A8FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A8FE is #7F5701. Grayscale: #A5A5A5. Windows color (decimal): -8345346 or 16689280. OLE color: 16689280.

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

Color convert

RGB128168254-
CMYK0.500.3400.00
HSL220.95º98.44%74.9%-
HSV(B)220.95º49.61%99.61%-
XYZ40.7939.7599.29-
YUV165.84177.75101.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.27%
GREEN value IS 168 (66.02% from 255) = 30.55%
BLUE value IS 254 (99.61% from 255) = 46.18%
R=23.27%
G=30.55%
B=46.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1281682540.500.3400.00220.9598.4474.9
Hex80A8FE322200dd624b
Octal200250376624200335142113
Binary100000001010100011111110110010100010001101110111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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