#8BCACE

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

Shades of Morning Glory #8BCACE

Tints of Morning Glory #8BCACE

Color information

#8BCACE (or 0x8BCACE) is unknown color: approx Morning Glory. HEX triplet: 8B, CA and CE. RGB value is (139,202,206). Sum of RGB (Red+Green+Blue) = 139+202+206=547 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.41% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BCACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCACE is #743531. Grayscale: #B7B7B7. Windows color (decimal): -7615794 or 13552267. OLE color: 13552267.

HSL color Cylindrical-coordinate representation of color #8BCACE: hue angle of 183.58º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCACE is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB139202206-
CMYK0.330.0200.19
HSL183.58º40.61%67.65%-
HSV(B)183.58º32.52%80.78%-
XYZ42.9152.1966.2-
YUV183.62140.6396.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.41%
GREEN value IS 202 (79.30% from 255) = 36.93%
BLUE value IS 206 (80.86% from 255) = 37.66%
R=25.41%
G=36.93%
B=37.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392022060.330.0200.19183.5840.6167.65
Hex8BCACE212013b82944
Octal21331231641202327051104
Binary10001011110010101100111010000110010011101110001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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