#8BC7CD

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

Shades of Spray #8BC7CD

Tints of Spray #8BC7CD

Color information

#8BC7CD (or 0x8BC7CD) is unknown color: approx Spray. HEX triplet: 8B, C7 and CD. RGB value is (139,199,205). Sum of RGB (Red+Green+Blue) = 139+199+205=543 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.60% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BC7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC7CD is #743832. Grayscale: #B5B5B5. Windows color (decimal): -7616563 or 13485963. OLE color: 13485963.

HSL color Cylindrical-coordinate representation of color #8BC7CD: hue angle of 185.45º 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 #8BC7CD is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB139199205-
CMYK0.320.0300.20
HSL185.45º39.76%67.45%-
HSV(B)185.45º32.2%80.39%-
XYZ42.0950.7465.33-
YUV181.74141.1297.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.60%
GREEN value IS 199 (78.12% from 255) = 36.65%
BLUE value IS 205 (80.47% from 255) = 37.75%
R=25.60%
G=36.65%
B=37.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391992050.320.0300.20185.4539.7667.45
Hex8BC7CD203014b92843
Octal21330731540302427150103
Binary10001011110001111100110110000011010100101110011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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