#83A3E6

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

Shades of Jordy Blue #83A3E6

Tints of Jordy Blue #83A3E6

Color information

#83A3E6 (or 0x83A3E6) is unknown color: approx Jordy Blue. HEX triplet: 83, A3 and E6. RGB value is (131,163,230). Sum of RGB (Red+Green+Blue) = 131+163+230=524 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #83A3E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A3E6 is #7C5C19. Grayscale: #A0A0A0. Windows color (decimal): -8150042 or 15115139. OLE color: 15115139.

HSL color Cylindrical-coordinate representation of color #83A3E6: hue angle of 220.61º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83A3E6 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB131163230-
CMYK0.430.2900.10
HSL220.61º66.44%70.78%-
HSV(B)220.61º43.04%90.2%-
XYZ36.7436.7380.02-
YUV161.07166.9106.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25%
GREEN value IS 163 (64.06% from 255) = 31.11%
BLUE value IS 230 (90.23% from 255) = 43.89%
R=25%
G=31.11%
B=43.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1311632300.430.2900.10220.6166.4470.78
Hex83A3E62B1D0Add4247
Octal2032433465335012335102107
Binary10000011101000111110011010101111101010101101110110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A3E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,163,230); }

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

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

 a { background-color: rgb(131,163,230); }

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

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

 span { border-color: rgb(131,163,230); }

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