#83AAE9

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

Shades of Jordy Blue #83AAE9

Tints of Jordy Blue #83AAE9

Color information

#83AAE9 (or 0x83AAE9) is unknown color: approx Jordy Blue. HEX triplet: 83, AA and E9. RGB value is (131,170,233). Sum of RGB (Red+Green+Blue) = 131+170+233=534 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.53% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 233 - color contains mainly: blue. Hex color #83AAE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83AAE9 is #7C5516. Grayscale: #A5A5A5. Windows color (decimal): -8148247 or 15313539. OLE color: 15313539.

HSL color Cylindrical-coordinate representation of color #83AAE9: hue angle of 217.06º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83AAE9 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB131170233-
CMYK0.440.2700.09
HSL217.06º69.86%71.37%-
HSV(B)217.06º43.78%91.37%-
XYZ38.4439.4682.68-
YUV165.52166.08103.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.53%
GREEN value IS 170 (66.80% from 255) = 31.84%
BLUE value IS 233 (91.41% from 255) = 43.63%
R=24.53%
G=31.84%
B=43.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1311702330.440.2700.09217.0669.8671.37
Hex83AAE92C1B09d94647
Octal2032523515433011331106107
Binary10000011101010101110100110110011011010011101100110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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