#80AAF0

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

Shades of Jordy Blue #80AAF0

Tints of Jordy Blue #80AAF0

Color information

#80AAF0 (or 0x80AAF0) is unknown color: approx Jordy Blue. HEX triplet: 80, AA and F0. RGB value is (128,170,240). Sum of RGB (Red+Green+Blue) = 128+170+240=538 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.79% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #80AAF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80AAF0 is #7F550F. Grayscale: #A5A5A5. Windows color (decimal): -8344848 or 15772288. OLE color: 15772288.

HSL color Cylindrical-coordinate representation of color #80AAF0: hue angle of 217.5º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80AAF0 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB128170240-
CMYK0.470.2900.06
HSL217.5º78.87%72.16%-
HSV(B)217.5º46.67%94.12%-
XYZ3939.6388.03-
YUV165.42170.09101.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.79%
GREEN value IS 170 (66.80% from 255) = 31.60%
BLUE value IS 240 (94.14% from 255) = 44.61%
R=23.79%
G=31.60%
B=44.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1281702400.470.2900.06217.578.8772.16
Hex80AAF02F1D06da4f48
Octal200252360573506332117110
Binary1000000010101010111100001011111110101101101101010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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