#83C3DD

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

Shades of Spray #83C3DD

Tints of Spray #83C3DD

Color information

#83C3DD (or 0x83C3DD) is unknown color: approx Spray. HEX triplet: 83, C3 and DD. RGB value is (131,195,221). Sum of RGB (Red+Green+Blue) = 131+195+221=547 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.95% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #83C3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C3DD is #7C3C22. Grayscale: #B2B2B2. Windows color (decimal): -8141859 or 14533507. OLE color: 14533507.

HSL color Cylindrical-coordinate representation of color #83C3DD: hue angle of 197.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83C3DD is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131195221-
CMYK0.410.1200.13
HSL197.33º56.96%69.02%-
HSV(B)197.33º40.72%86.67%-
XYZ41.9349.0875.67-
YUV178.83151.893.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.95%
GREEN value IS 195 (76.56% from 255) = 35.65%
BLUE value IS 221 (86.72% from 255) = 40.40%
R=23.95%
G=35.65%
B=40.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311952210.410.1200.13197.3356.9669.02
Hex83C3DD29C0Dc53945
Octal203303335511401530571105
Binary100000111100001111011101101001110001101110001011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,195,221); }

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

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

 a { background-color: rgb(131,195,221); }

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

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

 span { border-color: rgb(131,195,221); }

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