#83A3DD

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

Shades of Jordy Blue #83A3DD

Tints of Jordy Blue #83A3DD

Color information

#83A3DD (or 0x83A3DD) is unknown color: approx Jordy Blue. HEX triplet: 83, A3 and DD. RGB value is (131,163,221). Sum of RGB (Red+Green+Blue) = 131+163+221=515 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.44% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #83A3DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A3DD is #7C5C22. Grayscale: #9F9F9F. Windows color (decimal): -8150051 or 14525315. OLE color: 14525315.

HSL color Cylindrical-coordinate representation of color #83A3DD: hue angle of 218.67º 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 #83A3DD is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131163221-
CMYK0.410.2600.13
HSL218.67º56.96%69.02%-
HSV(B)218.67º40.72%86.67%-
XYZ35.5136.2473.53-
YUV160.04162.4107.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.44%
GREEN value IS 163 (64.06% from 255) = 31.65%
BLUE value IS 221 (86.72% from 255) = 42.91%
R=25.44%
G=31.65%
B=42.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311632210.410.2600.13218.6756.9669.02
Hex83A3DD291A0Ddb3945
Octal203243335513201533371105
Binary1000001110100011110111011010011101001101110110111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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