#8BCED5

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

Shades of Spray #8BCED5

Tints of Spray #8BCED5

Color information

#8BCED5 (or 0x8BCED5) is unknown color: approx Spray. HEX triplet: 8B, CE and D5. RGB value is (139,206,213). Sum of RGB (Red+Green+Blue) = 139+206+213=558 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.91% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 213 - color contains mainly: blue. Hex color #8BCED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCED5 is #74312A. Grayscale: #BABABA. Windows color (decimal): -7614763 or 14012043. OLE color: 14012043.

HSL color Cylindrical-coordinate representation of color #8BCED5: hue angle of 185.68º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BCED5 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB139206213-
CMYK0.350.0300.16
HSL185.68º46.84%69.02%-
HSV(B)185.68º34.74%83.53%-
XYZ44.7354.4471.1-
YUV186.76142.893.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.91%
GREEN value IS 206 (80.86% from 255) = 36.92%
BLUE value IS 213 (83.59% from 255) = 38.17%
R=24.91%
G=36.92%
B=38.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1392062130.350.0300.16185.6846.8469.02
Hex8BCED5233010ba2f45
Octal21331632543302027257105
Binary10001011110011101101010110001111010000101110101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,206,213); }

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

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

 a { background-color: rgb(139,206,213); }

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

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

 span { border-color: rgb(139,206,213); }

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