#83A5D8

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

Shades of Jordy Blue #83A5D8

Tints of Jordy Blue #83A5D8

Color information

#83A5D8 (or 0x83A5D8) is unknown color: approx Jordy Blue. HEX triplet: 83, A5 and D8. RGB value is (131,165,216). Sum of RGB (Red+Green+Blue) = 131+165+216=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 216 (84.77% from 255 or 42.19% from 512); Max value from RGB is 216 - color contains mainly: blue. Hex color #83A5D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A5D8 is #7C5A27. Grayscale: #A0A0A0. Windows color (decimal): -8149544 or 14198147. OLE color: 14198147.

HSL color Cylindrical-coordinate representation of color #83A5D8: hue angle of 216º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83A5D8 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB131165216-
CMYK0.390.2400.15
HSL216º52.15%68.04%-
HSV(B)216º39.35%84.71%-
XYZ35.2136.6970.19-
YUV160.65159.24106.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.59%
GREEN value IS 165 (64.84% from 255) = 32.23%
BLUE value IS 216 (84.77% from 255) = 42.19%
R=25.59%
G=32.23%
B=42.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1311652160.390.2400.1521652.1568.04
Hex83A5D827180Fd83444
Octal203245330473001733064104
Binary1000001110100101110110001001111100001111110110001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83A5D8; }

 p { color: rgb(131,165,216); }

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

<style>
 a { background-color: #83A5D8; }

 a { background-color: rgb(131,165,216); }

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

<style>
 span { border-color: #83A5D8; }

 span { border-color: rgb(131,165,216); }

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