#83CBD5

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

Shades of Spray #83CBD5

Tints of Spray #83CBD5

Color information

#83CBD5 (or 0x83CBD5) is unknown color: approx Spray. HEX triplet: 83, CB and D5. RGB value is (131,203,213). Sum of RGB (Red+Green+Blue) = 131+203+213=547 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.95% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #83CBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CBD5 is #7C342A. Grayscale: #B6B6B6. Windows color (decimal): -8139819 or 14011267. OLE color: 14011267.

HSL color Cylindrical-coordinate representation of color #83CBD5: hue angle of 187.32º 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 #83CBD5 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB131203213-
CMYK0.380.0500.16
HSL187.32º49.4%67.45%-
HSV(B)187.32º38.5%83.53%-
XYZ42.7352.3470.8-
YUV182.61145.1591.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.95%
GREEN value IS 203 (79.69% from 255) = 37.11%
BLUE value IS 213 (83.59% from 255) = 38.94%
R=23.95%
G=37.11%
B=38.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1312032130.380.0500.16187.3249.467.45
Hex83CBD5265010bb3143
Octal20331332546502027361103
Binary100000111100101111010101100110101010000101110111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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