#83C3D0

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

Shades of Spray #83C3D0

Tints of Spray #83C3D0

Color information

#83C3D0 (or 0x83C3D0) is unknown color: approx Spray. HEX triplet: 83, C3 and D0. RGB value is (131,195,208). Sum of RGB (Red+Green+Blue) = 131+195+208=534 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.53% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #83C3D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C3D0 is #7C3C2F. Grayscale: #B1B1B1. Windows color (decimal): -8141872 or 13681539. OLE color: 13681539.

HSL color Cylindrical-coordinate representation of color #83C3D0: hue angle of 190.13º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83C3D0 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB131195208-
CMYK0.370.0600.18
HSL190.13º45.03%66.47%-
HSV(B)190.13º37.02%81.57%-
XYZ40.2648.4166.9-
YUV177.35145.394.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.53%
GREEN value IS 195 (76.56% from 255) = 36.52%
BLUE value IS 208 (81.64% from 255) = 38.95%
R=24.53%
G=36.52%
B=38.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1311952080.370.0600.18190.1345.0366.47
Hex83C3D0256012be2d42
Octal20330332045602227655102
Binary100000111100001111010000100101110010010101111101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,195,208); }

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

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

 a { background-color: rgb(131,195,208); }

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

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

 span { border-color: rgb(131,195,208); }

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