#83CCCD

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

Shades of Spray #83CCCD

Tints of Spray #83CCCD

Color information

#83CCCD (or 0x83CCCD) is unknown color: approx Spray. HEX triplet: 83, CC and CD. RGB value is (131,204,205). Sum of RGB (Red+Green+Blue) = 131+204+205=540 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.26% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #83CCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CCCD is #7C3332. Grayscale: #B6B6B6. Windows color (decimal): -8139571 or 13487235. OLE color: 13487235.

HSL color Cylindrical-coordinate representation of color #83CCCD: hue angle of 180.81º 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 #83CCCD is Cyan = 0.36, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB131204205-
CMYK0.360.0000.20
HSL180.81º42.53%65.88%-
HSV(B)180.81º36.1%80.39%-
XYZ41.9752.4265.66-
YUV182.29140.8291.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.26%
GREEN value IS 204 (80.08% from 255) = 37.78%
BLUE value IS 205 (80.47% from 255) = 37.96%
R=24.26%
G=37.78%
B=37.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1312042050.360.0000.20180.8142.5365.88
Hex83CCCD240014b52b42
Octal20331431544002426553102
Binary1000001111001100110011011001000010100101101011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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