#80ACD5

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

Shades of Jordy Blue #80ACD5

Tints of Jordy Blue #80ACD5

Color information

#80ACD5 (or 0x80ACD5) is unknown color: approx Jordy Blue. HEX triplet: 80, AC and D5. RGB value is (128,172,213). Sum of RGB (Red+Green+Blue) = 128+172+213=513 (67% of max value = 765). Red value is 128 (50.39% from 255 or 24.95% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 213 - color contains mainly: blue. Hex color #80ACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ACD5 is #7F532A. Grayscale: #A3A3A3. Windows color (decimal): -8344363 or 14003328. OLE color: 14003328.

HSL color Cylindrical-coordinate representation of color #80ACD5: hue angle of 208.94º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80ACD5 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB128172213-
CMYK0.400.1900.16
HSL208.94º50.3%66.86%-
HSV(B)208.94º39.91%83.53%-
XYZ35.6638.968.58-
YUV163.52155.92102.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.95%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 213 (83.59% from 255) = 41.52%
R=24.95%
G=33.53%
B=41.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1281722130.400.1900.16208.9450.366.86
Hex80ACD52813010d13243
Octal200254325502302032162103
Binary10000000101011001101010110100010011010000110100011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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