#80ABED

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

Shades of Jordy Blue #80ABED

Tints of Jordy Blue #80ABED

Color information

#80ABED (or 0x80ABED) is unknown color: approx Jordy Blue. HEX triplet: 80, AB and ED. RGB value is (128,171,237). Sum of RGB (Red+Green+Blue) = 128+171+237=536 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.88% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #80ABED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ABED is #7F5412. Grayscale: #A5A5A5. Windows color (decimal): -8344595 or 15575936. OLE color: 15575936.

HSL color Cylindrical-coordinate representation of color #80ABED: hue angle of 216.33º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80ABED is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128171237-
CMYK0.460.2800.07
HSL216.33º75.17%71.57%-
HSV(B)216.33º45.99%92.94%-
XYZ38.7539.8385.77-
YUV165.67168.25101.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.88%
GREEN value IS 171 (67.19% from 255) = 31.90%
BLUE value IS 237 (92.97% from 255) = 44.22%
R=23.88%
G=31.90%
B=44.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281712370.460.2800.07216.3375.1771.57
Hex80ABED2E1C07d84b48
Octal200253355563407330113110
Binary1000000010101011111011011011101110001111101100010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ABED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,171,237); }

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

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

 a { background-color: rgb(128,171,237); }

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

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

 span { border-color: rgb(128,171,237); }

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