#83D3DC

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

Shades of Spray #83D3DC

Tints of Spray #83D3DC

Color information

#83D3DC (or 0x83D3DC) is unknown color: approx Spray. HEX triplet: 83, D3 and DC. RGB value is (131,211,220). Sum of RGB (Red+Green+Blue) = 131+211+220=562 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.31% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #83D3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D3DC is #7C2C23. Grayscale: #BBBBBB. Windows color (decimal): -8137764 or 14472067. OLE color: 14472067.

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

Color convert

RGB131211220-
CMYK0.400.0400.14
HSL186.07º55.97%68.82%-
HSV(B)186.07º40.45%86.27%-
XYZ45.5756.5876.23-
YUV188.1114687.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.31%
GREEN value IS 211 (82.81% from 255) = 37.54%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=23.31%
G=37.54%
B=39.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1312112200.400.0400.14186.0755.9768.82
Hex83D3DC2840Eba3845
Octal20332333450401627270105
Binary10000011110100111101110010100010001110101110101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,211,220); }

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

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

 a { background-color: rgb(131,211,220); }

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

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

 span { border-color: rgb(131,211,220); }

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