#80A6DA

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

Shades of Jordy Blue #80A6DA

Tints of Jordy Blue #80A6DA

Color information

#80A6DA (or 0x80A6DA) is unknown color: approx Jordy Blue. HEX triplet: 80, A6 and DA. RGB value is (128,166,218). Sum of RGB (Red+Green+Blue) = 128+166+218=512 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #80A6DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A6DA is #7F5925. Grayscale: #A0A0A0. Windows color (decimal): -8345894 or 14329472. OLE color: 14329472.

HSL color Cylindrical-coordinate representation of color #80A6DA: hue angle of 214.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 #80A6DA is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB128166218-
CMYK0.410.2400.15
HSL214.67º54.88%67.84%-
HSV(B)214.67º41.28%85.49%-
XYZ35.1936.9271.6-
YUV160.57160.41104.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25%
GREEN value IS 166 (65.23% from 255) = 32.42%
BLUE value IS 218 (85.55% from 255) = 42.58%
R=25%
G=32.42%
B=42.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1281662180.410.2400.15214.6754.8867.84
Hex80A6DA29180Fd73744
Octal200246332513001732767104
Binary1000000010100110110110101010011100001111110101111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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