#80ABF4

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

Shades of Jordy Blue #80ABF4

Tints of Jordy Blue #80ABF4

Color information

#80ABF4 (or 0x80ABF4) is unknown color: approx Jordy Blue. HEX triplet: 80, AB and F4. RGB value is (128,171,244). Sum of RGB (Red+Green+Blue) = 128+171+244=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 244 (95.70% from 255 or 44.94% from 543); Max value from RGB is 244 - color contains mainly: blue. Hex color #80ABF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ABF4 is #7F540B. Grayscale: #A6A6A6. Windows color (decimal): -8344588 or 16034688. OLE color: 16034688.

HSL color Cylindrical-coordinate representation of color #80ABF4: hue angle of 217.76º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80ABF4 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB128171244-
CMYK0.480.3000.04
HSL217.76º84.06%72.94%-
HSV(B)217.76º47.54%95.69%-
XYZ39.7940.2591.26-
YUV166.46171.75100.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.57%
GREEN value IS 171 (67.19% from 255) = 31.49%
BLUE value IS 244 (95.70% from 255) = 44.94%
R=23.57%
G=31.49%
B=44.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1281712440.480.3000.04217.7684.0672.94
Hex80ABF4301E04da5449
Octal200253364603604332124111
Binary1000000010101011111101001100001111001001101101010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ABF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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