#83A4DD

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

Shades of Jordy Blue #83A4DD

Tints of Jordy Blue #83A4DD

Color information

#83A4DD (or 0x83A4DD) is unknown color: approx Jordy Blue. HEX triplet: 83, A4 and DD. RGB value is (131,164,221). Sum of RGB (Red+Green+Blue) = 131+164+221=516 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.39% from 516); Green value is 164 (64.45% from 255 or 31.78% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #83A4DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A4DD is #7C5B22. Grayscale: #A0A0A0. Windows color (decimal): -8149795 or 14525571. OLE color: 14525571.

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

Color convert

RGB131164221-
CMYK0.410.2600.13
HSL218º56.96%69.02%-
HSV(B)218º40.72%86.67%-
XYZ35.6936.673.59-
YUV160.63162.07106.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.39%
GREEN value IS 164 (64.45% from 255) = 31.78%
BLUE value IS 221 (86.72% from 255) = 42.83%
R=25.39%
G=31.78%
B=42.83%

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
Decimal1311642210.410.2600.1321856.9669.02
Hex83A4DD291A0Dda3945
Octal203244335513201533271105
Binary1000001110100100110111011010011101001101110110101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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