#83A0EE

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

Shades of Jordy Blue #83A0EE

Tints of Jordy Blue #83A0EE

Color information

#83A0EE (or 0x83A0EE) is unknown color: approx Jordy Blue. HEX triplet: 83, A0 and EE. RGB value is (131,160,238). Sum of RGB (Red+Green+Blue) = 131+160+238=529 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.76% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #83A0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A0EE is #7C5F11. Grayscale: #9F9F9F. Windows color (decimal): -8150802 or 15638659. OLE color: 15638659.

HSL color Cylindrical-coordinate representation of color #83A0EE: hue angle of 223.74º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83A0EE is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB131160238-
CMYK0.450.3300.07
HSL223.74º75.89%72.35%-
HSV(B)223.74º44.96%93.33%-
XYZ37.3636.1485.9-
YUV160.22171.89107.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.76%
GREEN value IS 160 (62.89% from 255) = 30.25%
BLUE value IS 238 (93.36% from 255) = 44.99%
R=24.76%
G=30.25%
B=44.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1311602380.450.3300.07223.7475.8972.35
Hex83A0EE2D2107e04c48
Octal203240356554107340114110
Binary10000011101000001110111010110110000101111110000010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,160,238); }

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

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

 a { background-color: rgb(131,160,238); }

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

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

 span { border-color: rgb(131,160,238); }

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