#83ADDE

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

Shades of Jordy Blue #83ADDE

Tints of Jordy Blue #83ADDE

Color information

#83ADDE (or 0x83ADDE) is unknown color: approx Jordy Blue. HEX triplet: 83, AD and DE. RGB value is (131,173,222). Sum of RGB (Red+Green+Blue) = 131+173+222=526 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.90% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #83ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADDE is #7C5221. Grayscale: #A5A5A5. Windows color (decimal): -8147490 or 14593411. OLE color: 14593411.

HSL color Cylindrical-coordinate representation of color #83ADDE: hue angle of 212.31º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83ADDE is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131173222-
CMYK0.410.2200.13
HSL212.31º57.96%69.22%-
HSV(B)212.31º40.99%87.06%-
XYZ37.4939.9974.85-
YUV166.03159.59103.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.90%
GREEN value IS 173 (67.97% from 255) = 32.89%
BLUE value IS 222 (87.11% from 255) = 42.21%
R=24.90%
G=32.89%
B=42.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311732220.410.2200.13212.3157.9669.22
Hex83ADDE29160Dd43a45
Octal203255336512601532472105
Binary1000001110101101110111101010011011001101110101001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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