#8DCBD3

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

Shades of Spray #8DCBD3

Tints of Spray #8DCBD3

Color information

#8DCBD3 (or 0x8DCBD3) is unknown color: approx Spray. HEX triplet: 8D, CB and D3. RGB value is (141,203,211). Sum of RGB (Red+Green+Blue) = 141+203+211=555 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.41% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 211 - color contains mainly: blue. Hex color #8DCBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCBD3 is #72342C. Grayscale: #B9B9B9. Windows color (decimal): -7484461 or 13880205. OLE color: 13880205.

HSL color Cylindrical-coordinate representation of color #8DCBD3: hue angle of 186.86º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DCBD3 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB141203211-
CMYK0.330.0400.17
HSL186.86º44.3%69.02%-
HSV(B)186.86º33.18%82.75%-
XYZ44.153.0869.55-
YUV185.37142.4696.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.41%
GREEN value IS 203 (79.69% from 255) = 36.58%
BLUE value IS 211 (82.81% from 255) = 38.02%
R=25.41%
G=36.58%
B=38.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1412032110.330.0400.17186.8644.369.02
Hex8DCBD3214011bb2c45
Octal21531332341402127354105
Binary100011011100101111010011100001100010001101110111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DCBD3; }

 p { color: rgb(141,203,211); }

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

<style>
 a { background-color: #8DCBD3; }

 a { background-color: rgb(141,203,211); }

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

<style>
 span { border-color: #8DCBD3; }

 span { border-color: rgb(141,203,211); }

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