#80A3DD

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

Shades of Jordy Blue #80A3DD

Tints of Jordy Blue #80A3DD

Color information

#80A3DD (or 0x80A3DD) is unknown color: approx Jordy Blue. HEX triplet: 80, A3 and DD. RGB value is (128,163,221). Sum of RGB (Red+Green+Blue) = 128+163+221=512 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #80A3DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A3DD is #7F5C22. Grayscale: #9E9E9E. Windows color (decimal): -8346659 or 14525312. OLE color: 14525312.

HSL color Cylindrical-coordinate representation of color #80A3DD: hue angle of 217.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80A3DD is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128163221-
CMYK0.420.2600.13
HSL217.42º57.76%68.43%-
HSV(B)217.42º42.08%86.67%-
XYZ35.053673.51-
YUV159.15162.9105.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25%
GREEN value IS 163 (64.06% from 255) = 31.84%
BLUE value IS 221 (86.72% from 255) = 43.16%
R=25%
G=31.84%
B=43.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281632210.420.2600.13217.4257.7668.43
Hex80A3DD2A1A0Dd93a44
Octal200243335523201533172104
Binary1000000010100011110111011010101101001101110110011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,163,221); }

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

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

 a { background-color: rgb(128,163,221); }

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

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

 span { border-color: rgb(128,163,221); }

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