#83D0D5

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

Shades of Spray #83D0D5

Tints of Spray #83D0D5

Color information

#83D0D5 (or 0x83D0D5) is unknown color: approx Spray. HEX triplet: 83, D0 and D5. RGB value is (131,208,213). Sum of RGB (Red+Green+Blue) = 131+208+213=552 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.73% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 213 - color contains mainly: blue. Hex color #83D0D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D0D5 is #7C2F2A. Grayscale: #B9B9B9. Windows color (decimal): -8138539 or 14012547. OLE color: 14012547.

HSL color Cylindrical-coordinate representation of color #83D0D5: hue angle of 183.66º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83D0D5 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB131208213-
CMYK0.380.0200.16
HSL183.66º49.4%67.45%-
HSV(B)183.66º38.5%83.53%-
XYZ43.9354.7471.2-
YUV185.55143.4989.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.73%
GREEN value IS 208 (81.64% from 255) = 37.68%
BLUE value IS 213 (83.59% from 255) = 38.59%
R=23.73%
G=37.68%
B=38.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1312082130.380.0200.16183.6649.467.45
Hex83D0D5262010b83143
Octal20332032546202027061103
Binary10000011110100001101010110011010010000101110001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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