#83A4E3

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

Shades of Jordy Blue #83A4E3

Tints of Jordy Blue #83A4E3

Color information

#83A4E3 (or 0x83A4E3) is unknown color: approx Jordy Blue. HEX triplet: 83, A4 and E3. RGB value is (131,164,227). Sum of RGB (Red+Green+Blue) = 131+164+227=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 227 (89.06% from 255 or 43.49% from 522); Max value from RGB is 227 - color contains mainly: blue. Hex color #83A4E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A4E3 is #7C5B1C. Grayscale: #A1A1A1. Windows color (decimal): -8149789 or 14918787. OLE color: 14918787.

HSL color Cylindrical-coordinate representation of color #83A4E3: hue angle of 219.38º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83A4E3 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB131164227-
CMYK0.420.2800.11
HSL219.38º63.16%70.2%-
HSV(B)219.38º42.29%89.02%-
XYZ36.536.9277.88-
YUV161.32165.07106.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.10%
GREEN value IS 164 (64.45% from 255) = 31.42%
BLUE value IS 227 (89.06% from 255) = 43.49%
R=25.10%
G=31.42%
B=43.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1311642270.420.2800.11219.3863.1670.2
Hex83A4E32A1C0Bdb3f46
Octal203244343523401333377106
Binary1000001110100100111000111010101110001011110110111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,164,227); }

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

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

 a { background-color: rgb(131,164,227); }

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

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

 span { border-color: rgb(131,164,227); }

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