#83A7ED

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

Shades of Jordy Blue #83A7ED

Tints of Jordy Blue #83A7ED

Color information

#83A7ED (or 0x83A7ED) is unknown color: approx Jordy Blue. HEX triplet: 83, A7 and ED. RGB value is (131,167,237). Sum of RGB (Red+Green+Blue) = 131+167+237=535 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.49% from 535); Green value is 167 (65.62% from 255 or 31.21% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #83A7ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A7ED is #7C5812. Grayscale: #A3A3A3. Windows color (decimal): -8149011 or 15574915. OLE color: 15574915.

HSL color Cylindrical-coordinate representation of color #83A7ED: hue angle of 219.62º degrees, saturation: 0.75, 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 #83A7ED is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB131167237-
CMYK0.450.3000.07
HSL219.62º74.65%72.16%-
HSV(B)219.62º44.73%92.94%-
XYZ38.4638.5885.54-
YUV164.22169.07104.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.49%
GREEN value IS 167 (65.62% from 255) = 31.21%
BLUE value IS 237 (92.97% from 255) = 44.30%
R=24.49%
G=31.21%
B=44.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1311672370.450.3000.07219.6274.6572.16
Hex83A7ED2D1E07dc4b48
Octal203247355553607334113110
Binary1000001110100111111011011011011111001111101110010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,167,237); }

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

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

 a { background-color: rgb(131,167,237); }

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

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

 span { border-color: rgb(131,167,237); }

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