#83ADDB

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

Shades of Jordy Blue #83ADDB

Tints of Jordy Blue #83ADDB

Color information

#83ADDB (or 0x83ADDB) is unknown color: approx Jordy Blue. HEX triplet: 83, AD and DB. RGB value is (131,173,219). Sum of RGB (Red+Green+Blue) = 131+173+219=523 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.05% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #83ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADDB is #7C5224. Grayscale: #A5A5A5. Windows color (decimal): -8147493 or 14396803. OLE color: 14396803.

HSL color Cylindrical-coordinate representation of color #83ADDB: hue angle of 211.36º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83ADDB is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131173219-
CMYK0.400.2100.14
HSL211.36º55%68.63%-
HSV(B)211.36º40.18%85.88%-
XYZ37.0939.8372.75-
YUV165.69158.09103.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.05%
GREEN value IS 173 (67.97% from 255) = 33.08%
BLUE value IS 219 (85.94% from 255) = 41.87%
R=25.05%
G=33.08%
B=41.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311732190.400.2100.14211.365568.63
Hex83ADDB28150Ed33745
Octal203255333502501632367105
Binary1000001110101101110110111010001010101110110100111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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