#83B1DB

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

Shades of Jordy Blue #83B1DB

Tints of Jordy Blue #83B1DB

Color information

#83B1DB (or 0x83B1DB) is unknown color: approx Jordy Blue. HEX triplet: 83, B1 and DB. RGB value is (131,177,219). Sum of RGB (Red+Green+Blue) = 131+177+219=527 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.86% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #83B1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B1DB is #7C4E24. Grayscale: #A7A7A7. Windows color (decimal): -8146469 or 14397827. OLE color: 14397827.

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

Color convert

RGB131177219-
CMYK0.400.1900.14
HSL208.64º55%68.63%-
HSV(B)208.64º40.18%85.88%-
XYZ37.8741.3873.01-
YUV168.03156.76101.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.86%
GREEN value IS 177 (69.53% from 255) = 33.59%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=24.86%
G=33.59%
B=41.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311772190.400.1900.14208.645568.63
Hex83B1DB28130Ed13745
Octal203261333502301632167105
Binary1000001110110001110110111010001001101110110100011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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