#83CDD5

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

Shades of Spray #83CDD5

Tints of Spray #83CDD5

Color information

#83CDD5 (or 0x83CDD5) is unknown color: approx Spray. HEX triplet: 83, CD and D5. RGB value is (131,205,213). Sum of RGB (Red+Green+Blue) = 131+205+213=549 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.86% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 213 - color contains mainly: blue. Hex color #83CDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CDD5 is #7C322A. Grayscale: #B7B7B7. Windows color (decimal): -8139307 or 14011779. OLE color: 14011779.

HSL color Cylindrical-coordinate representation of color #83CDD5: hue angle of 185.85º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83CDD5 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB131205213-
CMYK0.380.0400.16
HSL185.85º49.4%67.45%-
HSV(B)185.85º38.5%83.53%-
XYZ43.253.2970.96-
YUV183.79144.4890.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.86%
GREEN value IS 205 (80.47% from 255) = 37.34%
BLUE value IS 213 (83.59% from 255) = 38.80%
R=23.86%
G=37.34%
B=38.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1312052130.380.0400.16185.8549.467.45
Hex83CDD5264010ba3143
Octal20331532546402027261103
Binary100000111100110111010101100110100010000101110101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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