#8BCACC

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

Shades of Morning Glory #8BCACC

Tints of Morning Glory #8BCACC

Color information

#8BCACC (or 0x8BCACC) is unknown color: approx Morning Glory. HEX triplet: 8B, CA and CC. RGB value is (139,202,204). Sum of RGB (Red+Green+Blue) = 139+202+204=545 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.50% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #8BCACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCACC is #743533. Grayscale: #B7B7B7. Windows color (decimal): -7615796 or 13421195. OLE color: 13421195.

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

Color convert

RGB139202204-
CMYK0.320.0100.2
HSL181.85º38.92%67.25%-
HSV(B)181.85º31.86%80%-
XYZ42.6752.0964.93-
YUV183.39139.6396.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.50%
GREEN value IS 202 (79.30% from 255) = 37.06%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=25.50%
G=37.06%
B=37.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1392022040.320.0100.2181.8538.9267.25
Hex8BCACC201014b62743
Octal21331231440102426647103
Binary1000101111001010110011001000001010100101101101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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