#83AADD

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

Shades of Jordy Blue #83AADD

Tints of Jordy Blue #83AADD

Color information

#83AADD (or 0x83AADD) is unknown color: approx Jordy Blue. HEX triplet: 83, AA and DD. RGB value is (131,170,221). Sum of RGB (Red+Green+Blue) = 131+170+221=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #83AADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AADD is #7C5522. Grayscale: #A3A3A3. Windows color (decimal): -8148259 or 14527107. OLE color: 14527107.

HSL color Cylindrical-coordinate representation of color #83AADD: hue angle of 214º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83AADD is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131170221-
CMYK0.410.2300.13
HSL214º56.96%69.02%-
HSV(B)214º40.72%86.67%-
XYZ36.7938.873.96-
YUV164.15160.08104.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.10%
GREEN value IS 170 (66.80% from 255) = 32.57%
BLUE value IS 221 (86.72% from 255) = 42.34%
R=25.10%
G=32.57%
B=42.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311702210.410.2300.1321456.9669.02
Hex83AADD29170Dd63945
Octal203252335512701532671105
Binary1000001110101010110111011010011011101101110101101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,170,221); }

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

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

 a { background-color: rgb(131,170,221); }

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

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

 span { border-color: rgb(131,170,221); }

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