#83ADE3

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

Shades of Jordy Blue #83ADE3

Tints of Jordy Blue #83ADE3

Color information

#83ADE3 (or 0x83ADE3) is unknown color: approx Jordy Blue. HEX triplet: 83, AD and E3. RGB value is (131,173,227). Sum of RGB (Red+Green+Blue) = 131+173+227=531 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.67% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 227 (89.06% from 255 or 42.75% from 531); Max value from RGB is 227 - color contains mainly: blue. Hex color #83ADE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADE3 is #7C521C. Grayscale: #A6A6A6. Windows color (decimal): -8147485 or 14921091. OLE color: 14921091.

HSL color Cylindrical-coordinate representation of color #83ADE3: hue angle of 213.75º 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 #83ADE3 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB131173227-
CMYK0.420.2400.11
HSL213.75º63.16%70.2%-
HSV(B)213.75º42.29%89.02%-
XYZ38.1740.2678.43-
YUV166.6162.09102.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.67%
GREEN value IS 173 (67.97% from 255) = 32.58%
BLUE value IS 227 (89.06% from 255) = 42.75%
R=24.67%
G=32.58%
B=42.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1311732270.420.2400.11213.7563.1670.2
Hex83ADE32A180Bd63f46
Octal203255343523001332677106
Binary1000001110101101111000111010101100001011110101101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ADE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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