#83C8DB

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

Shades of Spray #83C8DB

Tints of Spray #83C8DB

Color information

#83C8DB (or 0x83C8DB) is unknown color: approx Spray. HEX triplet: 83, C8 and DB. RGB value is (131,200,219). Sum of RGB (Red+Green+Blue) = 131+200+219=550 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.82% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #83C8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C8DB is #7C3724. Grayscale: #B5B5B5. Windows color (decimal): -8140581 or 14403715. OLE color: 14403715.

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

Color convert

RGB131200219-
CMYK0.400.0900.14
HSL192.95º55%68.63%-
HSV(B)192.95º40.18%85.88%-
XYZ42.851.2574.65-
YUV181.54149.1491.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.82%
GREEN value IS 200 (78.52% from 255) = 36.36%
BLUE value IS 219 (85.94% from 255) = 39.82%
R=23.82%
G=36.36%
B=39.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1312002190.400.0900.14192.955568.63
Hex83C8DB2890Ec13745
Octal203310333501101630167105
Binary100000111100100011011011101000100101110110000011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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