#80ABE4

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

Shades of Jordy Blue #80ABE4

Tints of Jordy Blue #80ABE4

Color information

#80ABE4 (or 0x80ABE4) is unknown color: approx Jordy Blue. HEX triplet: 80, AB and E4. RGB value is (128,171,228). Sum of RGB (Red+Green+Blue) = 128+171+228=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 228 (89.45% from 255 or 43.26% from 527); Max value from RGB is 228 - color contains mainly: blue. Hex color #80ABE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ABE4 is #7F541B. Grayscale: #A4A4A4. Windows color (decimal): -8344604 or 14986112. OLE color: 14986112.

HSL color Cylindrical-coordinate representation of color #80ABE4: hue angle of 214.2º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80ABE4 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB128171228-
CMYK0.440.2500.11
HSL214.2º64.94%69.8%-
HSV(B)214.2º43.86%89.41%-
XYZ37.4739.3279.01-
YUV164.64163.75101.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.29%
GREEN value IS 171 (67.19% from 255) = 32.45%
BLUE value IS 228 (89.45% from 255) = 43.26%
R=24.29%
G=32.45%
B=43.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1281712280.440.2500.11214.264.9469.8
Hex80ABE42C190Bd64146
Octal2002533445431013326101106
Binary10000000101010111110010010110011001010111101011010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ABE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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