#80ACDA

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

Shades of Jordy Blue #80ACDA

Tints of Jordy Blue #80ACDA

Color information

#80ACDA (or 0x80ACDA) is unknown color: approx Jordy Blue. HEX triplet: 80, AC and DA. RGB value is (128,172,218). Sum of RGB (Red+Green+Blue) = 128+172+218=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #80ACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ACDA is #7F5325. Grayscale: #A3A3A3. Windows color (decimal): -8344358 or 14331008. OLE color: 14331008.

HSL color Cylindrical-coordinate representation of color #80ACDA: hue angle of 210.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80ACDA is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB128172218-
CMYK0.410.2100.15
HSL210.67º54.88%67.84%-
HSV(B)210.67º41.28%85.49%-
XYZ36.3139.1671.97-
YUV164.09158.42102.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.71%
GREEN value IS 172 (67.58% from 255) = 33.20%
BLUE value IS 218 (85.55% from 255) = 42.08%
R=24.71%
G=33.20%
B=42.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1281722180.410.2100.15210.6754.8867.84
Hex80ACDA29150Fd33744
Octal200254332512501732367104
Binary1000000010101100110110101010011010101111110100111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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