#83C1DB

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

Shades of Spray #83C1DB

Tints of Spray #83C1DB

Color information

#83C1DB (or 0x83C1DB) is unknown color: approx Spray. HEX triplet: 83, C1 and DB. RGB value is (131,193,219). Sum of RGB (Red+Green+Blue) = 131+193+219=543 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.13% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #83C1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C1DB is #7C3E24. Grayscale: #B1B1B1. Windows color (decimal): -8142373 or 14401923. OLE color: 14401923.

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

Color convert

RGB131193219-
CMYK0.400.1200.14
HSL197.73º55%68.63%-
HSV(B)197.73º40.18%85.88%-
XYZ41.2248.0874.13-
YUV177.43151.4694.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.13%
GREEN value IS 193 (75.78% from 255) = 35.54%
BLUE value IS 219 (85.94% from 255) = 40.33%
R=24.13%
G=35.54%
B=40.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311932190.400.1200.14197.735568.63
Hex83C1DB28C0Ec63745
Octal203301333501401630667105
Binary100000111100000111011011101000110001110110001101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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