#83B7DB

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

Shades of Jordy Blue #83B7DB

Tints of Jordy Blue #83B7DB

Color information

#83B7DB (or 0x83B7DB) is unknown color: approx Jordy Blue. HEX triplet: 83, B7 and DB. RGB value is (131,183,219). Sum of RGB (Red+Green+Blue) = 131+183+219=533 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.58% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #83B7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B7DB is #7C4824. Grayscale: #ABABAB. Windows color (decimal): -8144933 or 14399363. OLE color: 14399363.

HSL color Cylindrical-coordinate representation of color #83B7DB: hue angle of 204.55º 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 #83B7DB is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131183219-
CMYK0.400.1600.14
HSL204.55º55%68.63%-
HSV(B)204.55º40.18%85.88%-
XYZ39.0843.8173.41-
YUV171.56154.7799.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.58%
GREEN value IS 183 (71.88% from 255) = 34.33%
BLUE value IS 219 (85.94% from 255) = 41.09%
R=24.58%
G=34.33%
B=41.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311832190.400.1600.14204.555568.63
Hex83B7DB28100Ecd3745
Octal203267333502001631567105
Binary1000001110110111110110111010001000001110110011011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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