#83CCCE

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

Shades of Spray #83CCCE

Tints of Spray #83CCCE

Color information

#83CCCE (or 0x83CCCE) is unknown color: approx Spray. HEX triplet: 83, CC and CE. RGB value is (131,204,206). Sum of RGB (Red+Green+Blue) = 131+204+206=541 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.21% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #83CCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CCCE is #7C3331. Grayscale: #B6B6B6. Windows color (decimal): -8139570 or 13552771. OLE color: 13552771.

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

Color convert

RGB131204206-
CMYK0.360.0100.19
HSL181.6º43.35%66.08%-
HSV(B)181.6º36.41%80.78%-
XYZ42.0952.4766.3-
YUV182.4141.3291.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.21%
GREEN value IS 204 (80.08% from 255) = 37.71%
BLUE value IS 206 (80.86% from 255) = 38.08%
R=24.21%
G=37.71%
B=38.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1312042060.360.0100.19181.643.3566.08
Hex83CCCE241013b62b42
Octal20331431644102326653102
Binary1000001111001100110011101001001010011101101101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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