#80AAF6

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

Shades of Jordy Blue #80AAF6

Tints of Jordy Blue #80AAF6

Color information

#80AAF6 (or 0x80AAF6) is unknown color: approx Jordy Blue. HEX triplet: 80, AA and F6. RGB value is (128,170,246). Sum of RGB (Red+Green+Blue) = 128+170+246=544 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.53% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 246 (96.48% from 255 or 45.22% from 544); Max value from RGB is 246 - color contains mainly: blue. Hex color #80AAF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80AAF6 is #7F5509. Grayscale: #A5A5A5. Windows color (decimal): -8344842 or 16165504. OLE color: 16165504.

HSL color Cylindrical-coordinate representation of color #80AAF6: hue angle of 218.64º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80AAF6 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB128170246-
CMYK0.480.3100.04
HSL218.64º86.76%73.33%-
HSV(B)218.64º47.97%96.47%-
XYZ39.9139.9992.8-
YUV166.11173.09100.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.53%
GREEN value IS 170 (66.80% from 255) = 31.25%
BLUE value IS 246 (96.48% from 255) = 45.22%
R=23.53%
G=31.25%
B=45.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1281702460.480.3100.04218.6486.7673.33
Hex80AAF6301F04db5749
Octal200252366603704333127111
Binary1000000010101010111101101100001111101001101101110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,170,246); }

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

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

 a { background-color: rgb(128,170,246); }

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

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

 span { border-color: rgb(128,170,246); }

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