#83CACD

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

Shades of Spray #83CACD

Tints of Spray #83CACD

Color information

#83CACD (or 0x83CACD) is unknown color: approx Spray. HEX triplet: 83, CA and CD. RGB value is (131,202,205). Sum of RGB (Red+Green+Blue) = 131+202+205=538 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.35% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #83CACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CACD is #7C3532. Grayscale: #B5B5B5. Windows color (decimal): -8140083 or 13486723. OLE color: 13486723.

HSL color Cylindrical-coordinate representation of color #83CACD: hue angle of 182.43º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CACD is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB131202205-
CMYK0.360.0100.20
HSL182.43º42.53%65.88%-
HSV(B)182.43º36.1%80.39%-
XYZ41.551.4765.51-
YUV181.11141.4892.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.35%
GREEN value IS 202 (79.30% from 255) = 37.55%
BLUE value IS 205 (80.47% from 255) = 38.10%
R=24.35%
G=37.55%
B=38.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1312022050.360.0100.20182.4342.5365.88
Hex83CACD241014b62b42
Octal20331231544102426653102
Binary1000001111001010110011011001001010100101101101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,202,205); }

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

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

 a { background-color: rgb(131,202,205); }

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

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

 span { border-color: rgb(131,202,205); }

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