#8BC5CD

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

Shades of Spray #8BC5CD

Tints of Spray #8BC5CD

Color information

#8BC5CD (or 0x8BC5CD) is unknown color: approx Spray. HEX triplet: 8B, C5 and CD. RGB value is (139,197,205). Sum of RGB (Red+Green+Blue) = 139+197+205=541 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.69% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BC5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC5CD is #743A32. Grayscale: #B4B4B4. Windows color (decimal): -7617075 or 13485451. OLE color: 13485451.

HSL color Cylindrical-coordinate representation of color #8BC5CD: hue angle of 187.27º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BC5CD is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB139197205-
CMYK0.320.0400.20
HSL187.27º39.76%67.45%-
HSV(B)187.27º32.2%80.39%-
XYZ41.6349.8365.18-
YUV180.57141.7898.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.69%
GREEN value IS 197 (77.34% from 255) = 36.41%
BLUE value IS 205 (80.47% from 255) = 37.89%
R=25.69%
G=36.41%
B=37.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391972050.320.0400.20187.2739.7667.45
Hex8BC5CD204014bb2843
Octal21330531540402427350103
Binary100010111100010111001101100000100010100101110111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,197,205); }

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

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

 a { background-color: rgb(139,197,205); }

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

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

 span { border-color: rgb(139,197,205); }

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