#80ACE7

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

Shades of Jordy Blue #80ACE7

Tints of Jordy Blue #80ACE7

Color information

#80ACE7 (or 0x80ACE7) is unknown color: approx Jordy Blue. HEX triplet: 80, AC and E7. RGB value is (128,172,231). Sum of RGB (Red+Green+Blue) = 128+172+231=531 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.11% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 231 (90.62% from 255 or 43.50% from 531); Max value from RGB is 231 - color contains mainly: blue. Hex color #80ACE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ACE7 is #7F5318. Grayscale: #A5A5A5. Windows color (decimal): -8344345 or 15182976. OLE color: 15182976.

HSL color Cylindrical-coordinate representation of color #80ACE7: hue angle of 214.37º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80ACE7 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB128172231-
CMYK0.450.2600.09
HSL214.37º68.21%70.39%-
HSV(B)214.37º44.59%90.59%-
XYZ38.0839.8681.29-
YUV165.57164.92101.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.11%
GREEN value IS 172 (67.58% from 255) = 32.39%
BLUE value IS 231 (90.62% from 255) = 43.50%
R=24.11%
G=32.39%
B=43.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1281722310.450.2600.09214.3768.2170.39
Hex80ACE72D1A09d64446
Octal2002543475532011326104106
Binary10000000101011001110011110110111010010011101011010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ACE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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