#80ACEA

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

Shades of Jordy Blue #80ACEA

Tints of Jordy Blue #80ACEA

Color information

#80ACEA (or 0x80ACEA) is unknown color: approx Jordy Blue. HEX triplet: 80, AC and EA. RGB value is (128,172,234). Sum of RGB (Red+Green+Blue) = 128+172+234=534 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.97% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #80ACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ACEA is #7F5315. Grayscale: #A5A5A5. Windows color (decimal): -8344342 or 15379584. OLE color: 15379584.

HSL color Cylindrical-coordinate representation of color #80ACEA: hue angle of 215.09º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80ACEA is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB128172234-
CMYK0.450.2600.08
HSL215.09º71.62%70.98%-
HSV(B)215.09º45.3%91.76%-
XYZ38.5140.0383.54-
YUV165.91166.42100.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.97%
GREEN value IS 172 (67.58% from 255) = 32.21%
BLUE value IS 234 (91.80% from 255) = 43.82%
R=23.97%
G=32.21%
B=43.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1281722340.450.2600.08215.0971.6270.98
Hex80ACEA2D1A08d74847
Octal2002543525532010327110107
Binary10000000101011001110101010110111010010001101011110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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