#83C4DC

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

Shades of Spray #83C4DC

Tints of Spray #83C4DC

Color information

#83C4DC (or 0x83C4DC) is unknown color: approx Spray. HEX triplet: 83, C4 and DC. RGB value is (131,196,220). Sum of RGB (Red+Green+Blue) = 131+196+220=547 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.95% from 547); Green value is 196 (76.95% from 255 or 35.83% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #83C4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C4DC is #7C3B23. Grayscale: #B3B3B3. Windows color (decimal): -8141604 or 14468227. OLE color: 14468227.

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

Color convert

RGB131196220-
CMYK0.400.1100.14
HSL196.18º55.97%68.82%-
HSV(B)196.18º40.45%86.27%-
XYZ42.0249.4775.04-
YUV179.3150.9793.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.95%
GREEN value IS 196 (76.95% from 255) = 35.83%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=23.95%
G=35.83%
B=40.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311962200.400.1100.14196.1855.9768.82
Hex83C4DC28B0Ec43845
Octal203304334501301630470105
Binary100000111100010011011100101000101101110110001001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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