#83C7CA

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

Shades of Spray #83C7CA

Tints of Spray #83C7CA

Color information

#83C7CA (or 0x83C7CA) is unknown color: approx Spray. HEX triplet: 83, C7 and CA. RGB value is (131,199,202). Sum of RGB (Red+Green+Blue) = 131+199+202=532 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.62% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #83C7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C7CA is #7C3835. Grayscale: #B2B2B2. Windows color (decimal): -8140854 or 13289347. OLE color: 13289347.

HSL color Cylindrical-coordinate representation of color #83C7CA: hue angle of 182.54º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83C7CA is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131199202-
CMYK0.350.0100.21
HSL182.54º40.11%65.29%-
HSV(B)182.54º35.15%79.22%-
XYZ40.4449.9463.38-
YUV179.01140.9793.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.62%
GREEN value IS 199 (78.12% from 255) = 37.41%
BLUE value IS 202 (79.30% from 255) = 37.97%
R=24.62%
G=37.41%
B=37.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311992020.350.0100.21182.5440.1165.29
Hex83C7CA231015b72841
Octal20330731243102526750101
Binary1000001111000111110010101000111010101101101111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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