#83A1EB

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

Shades of Jordy Blue #83A1EB

Tints of Jordy Blue #83A1EB

Color information

#83A1EB (or 0x83A1EB) is unknown color: approx Jordy Blue. HEX triplet: 83, A1 and EB. RGB value is (131,161,235). Sum of RGB (Red+Green+Blue) = 131+161+235=527 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.86% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #83A1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A1EB is #7C5E14. Grayscale: #A0A0A0. Windows color (decimal): -8150549 or 15442307. OLE color: 15442307.

HSL color Cylindrical-coordinate representation of color #83A1EB: hue angle of 222.69º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83A1EB is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB131161235-
CMYK0.440.3100.08
HSL222.69º72.22%71.76%-
HSV(B)222.69º44.26%92.16%-
XYZ37.136.3183.65-
YUV160.47170.06106.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.86%
GREEN value IS 161 (63.28% from 255) = 30.55%
BLUE value IS 235 (92.19% from 255) = 44.59%
R=24.86%
G=30.55%
B=44.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1311612350.440.3100.08222.6972.2271.76
Hex83A1EB2C1F08df4848
Octal2032413535437010337110110
Binary10000011101000011110101110110011111010001101111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,161,235); }

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

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

 a { background-color: rgb(131,161,235); }

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

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

 span { border-color: rgb(131,161,235); }

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