#80B0D5

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

Shades of Jordy Blue #80B0D5

Tints of Jordy Blue #80B0D5

Color information

#80B0D5 (or 0x80B0D5) is unknown color: approx Jordy Blue. HEX triplet: 80, B0 and D5. RGB value is (128,176,213). Sum of RGB (Red+Green+Blue) = 128+176+213=517 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.76% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #80B0D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80B0D5 is #7F4F2A. Grayscale: #A5A5A5. Windows color (decimal): -8343339 or 14004352. OLE color: 14004352.

HSL color Cylindrical-coordinate representation of color #80B0D5: hue angle of 206.12º 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 #80B0D5 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB128176213-
CMYK0.400.1700.16
HSL206.12º50.3%66.86%-
HSV(B)206.12º39.91%83.53%-
XYZ36.4440.4468.84-
YUV165.87154.6100.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.76%
GREEN value IS 176 (69.14% from 255) = 34.04%
BLUE value IS 213 (83.59% from 255) = 41.20%
R=24.76%
G=34.04%
B=41.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1281762130.400.1700.16206.1250.366.86
Hex80B0D52811010ce3243
Octal200260325502102031662103
Binary10000000101100001101010110100010001010000110011101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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