#80AAFF

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

Shades of Jordy Blue #80AAFF

Tints of Jordy Blue #80AAFF

Color information

#80AAFF (or 0x80AAFF) is unknown color: approx Jordy Blue. HEX triplet: 80, AA and FF. RGB value is (128,170,255). Sum of RGB (Red+Green+Blue) = 128+170+255=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #80AAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80AAFF is #7F5500. Grayscale: #A6A6A6. Windows color (decimal): -8344833 or 16755328. OLE color: 16755328.

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

Color convert

RGB128170255-
CMYK0.500.3300
HSL220.16º100%75.1%-
HSV(B)220.16º49.8%100%-
XYZ41.3340.56100.26-
YUV167.13177.59100.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.15%
GREEN value IS 170 (66.80% from 255) = 30.74%
BLUE value IS 255 (100% from 255) = 46.11%
R=23.15%
G=30.74%
B=46.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1281702550.500.3300220.1610075.1
Hex80AAFF322100dc644b
Octal200252377624100334144113
Binary100000001010101011111111110010100001001101110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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