#83A5EA

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

Shades of Jordy Blue #83A5EA

Tints of Jordy Blue #83A5EA

Color information

#83A5EA (or 0x83A5EA) is unknown color: approx Jordy Blue. HEX triplet: 83, A5 and EA. RGB value is (131,165,234). Sum of RGB (Red+Green+Blue) = 131+165+234=530 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.72% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #83A5EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A5EA is #7C5A15. Grayscale: #A2A2A2. Windows color (decimal): -8149526 or 15377795. OLE color: 15377795.

HSL color Cylindrical-coordinate representation of color #83A5EA: hue angle of 220.19º degrees, saturation: 0.71, 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 #83A5EA is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB131165234-
CMYK0.440.2900.08
HSL220.19º71.03%71.57%-
HSV(B)220.19º44.02%91.76%-
XYZ37.6737.6883.13-
YUV162.7168.24105.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.72%
GREEN value IS 165 (64.84% from 255) = 31.13%
BLUE value IS 234 (91.80% from 255) = 44.15%
R=24.72%
G=31.13%
B=44.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1311652340.440.2900.08220.1971.0371.57
Hex83A5EA2C1D08dc4748
Octal2032453525435010334107110
Binary10000011101001011110101010110011101010001101110010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,165,234); }

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

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

 a { background-color: rgb(131,165,234); }

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

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

 span { border-color: rgb(131,165,234); }

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