#8BCACD

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

Shades of Morning Glory #8BCACD

Tints of Morning Glory #8BCACD

Color information

#8BCACD (or 0x8BCACD) is unknown color: approx Morning Glory. HEX triplet: 8B, CA and CD. RGB value is (139,202,205). Sum of RGB (Red+Green+Blue) = 139+202+205=546 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.46% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BCACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCACD is #743532. Grayscale: #B7B7B7. Windows color (decimal): -7615795 or 13486731. OLE color: 13486731.

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

Color convert

RGB139202205-
CMYK0.320.0100.20
HSL182.73º39.76%67.45%-
HSV(B)182.73º32.2%80.39%-
XYZ42.7952.1465.57-
YUV183.5140.1396.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.46%
GREEN value IS 202 (79.30% from 255) = 37.00%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=25.46%
G=37.00%
B=37.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1392022050.320.0100.20182.7339.7667.45
Hex8BCACD201014b72843
Octal21331231540102426750103
Binary1000101111001010110011011000001010100101101111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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