#80AEE6

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

Shades of Jordy Blue #80AEE6

Tints of Jordy Blue #80AEE6

Color information

#80AEE6 (or 0x80AEE6) is unknown color: approx Jordy Blue. HEX triplet: 80, AE and E6. RGB value is (128,174,230). Sum of RGB (Red+Green+Blue) = 128+174+230=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 230 (90.23% from 255 or 43.23% from 532); Max value from RGB is 230 - color contains mainly: blue. Hex color #80AEE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80AEE6 is #7F5119. Grayscale: #A6A6A6. Windows color (decimal): -8343834 or 15117952. OLE color: 15117952.

HSL color Cylindrical-coordinate representation of color #80AEE6: hue angle of 212.94º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80AEE6 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB128174230-
CMYK0.440.2400.10
HSL212.94º67.11%70.2%-
HSV(B)212.94º44.35%90.2%-
XYZ38.3240.5780.67-
YUV166.63163.76100.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.06%
GREEN value IS 174 (68.36% from 255) = 32.71%
BLUE value IS 230 (90.23% from 255) = 43.23%
R=24.06%
G=32.71%
B=43.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1281742300.440.2400.10212.9467.1170.2
Hex80AEE62C180Ad54346
Octal2002563465430012325103106
Binary10000000101011101110011010110011000010101101010110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,174,230); }

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

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

 a { background-color: rgb(128,174,230); }

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

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

 span { border-color: rgb(128,174,230); }

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