#80ACF5

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

Shades of Jordy Blue #80ACF5

Tints of Jordy Blue #80ACF5

Color information

#80ACF5 (or 0x80ACF5) is unknown color: approx Jordy Blue. HEX triplet: 80, AC and F5. RGB value is (128,172,245). Sum of RGB (Red+Green+Blue) = 128+172+245=545 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.49% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 245 (96.09% from 255 or 44.95% from 545); Max value from RGB is 245 - color contains mainly: blue. Hex color #80ACF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ACF5 is #7F530A. Grayscale: #A6A6A6. Windows color (decimal): -8344331 or 16100480. OLE color: 16100480.

HSL color Cylindrical-coordinate representation of color #80ACF5: hue angle of 217.44º degrees, saturation: 0.85, 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 #80ACF5 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB128172245-
CMYK0.480.3000.04
HSL217.44º85.4%73.14%-
HSV(B)217.44º47.76%96.08%-
XYZ40.1440.6992.12-
YUV167.17171.92100.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.49%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 245 (96.09% from 255) = 44.95%
R=23.49%
G=31.56%
B=44.95%

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
Decimal1281722450.480.3000.04217.4485.473.14
Hex80ACF5301E04d95549
Octal200254365603604331125111
Binary1000000010101100111101011100001111001001101100110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ACF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,172,245); }

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

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

 a { background-color: rgb(128,172,245); }

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

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

 span { border-color: rgb(128,172,245); }

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