#8BC4CA

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

Shades of Morning Glory #8BC4CA

Tints of Morning Glory #8BC4CA

Color information

#8BC4CA (or 0x8BC4CA) is unknown color: approx Morning Glory. HEX triplet: 8B, C4 and CA. RGB value is (139,196,202). Sum of RGB (Red+Green+Blue) = 139+196+202=537 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.88% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BC4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC4CA is #743B35. Grayscale: #B3B3B3. Windows color (decimal): -7617334 or 13288587. OLE color: 13288587.

HSL color Cylindrical-coordinate representation of color #8BC4CA: hue angle of 185.71º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BC4CA is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139196202-
CMYK0.310.0300.21
HSL185.71º37.28%66.86%-
HSV(B)185.71º31.19%79.22%-
XYZ41.0549.2363.22-
YUV179.64140.6299.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.88%
GREEN value IS 196 (76.95% from 255) = 36.50%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=25.88%
G=36.50%
B=37.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391962020.310.0300.21185.7137.2866.86
Hex8BC4CA1F3015ba2543
Octal21330431237302527245103
Binary1000101111000100110010101111111010101101110101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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