#80A5D6

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

Shades of Jordy Blue #80A5D6

Tints of Jordy Blue #80A5D6

Color information

#80A5D6 (or 0x80A5D6) is unknown color: approx Jordy Blue. HEX triplet: 80, A5 and D6. RGB value is (128,165,214). Sum of RGB (Red+Green+Blue) = 128+165+214=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #80A5D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A5D6 is #7F5A29. Grayscale: #9F9F9F. Windows color (decimal): -8346154 or 14067072. OLE color: 14067072.

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

Color convert

RGB128165214-
CMYK0.400.2300.16
HSL214.19º51.19%67.06%-
HSV(B)214.19º40.19%83.92%-
XYZ34.4936.3568.82-
YUV159.52158.74105.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.25%
GREEN value IS 165 (64.84% from 255) = 32.54%
BLUE value IS 214 (83.98% from 255) = 42.21%
R=25.25%
G=32.54%
B=42.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1281652140.400.2300.16214.1951.1967.06
Hex80A5D62817010d63343
Octal200245326502702032663103
Binary10000000101001011101011010100010111010000110101101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,165,214); }

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

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

 a { background-color: rgb(128,165,214); }

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

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

 span { border-color: rgb(128,165,214); }

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