#8BC5CA

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

Shades of Morning Glory #8BC5CA

Tints of Morning Glory #8BC5CA

Color information

#8BC5CA (or 0x8BC5CA) is unknown color: approx Morning Glory. HEX triplet: 8B, C5 and CA. RGB value is (139,197,202). Sum of RGB (Red+Green+Blue) = 139+197+202=538 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.84% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BC5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC5CA is #743A35. Grayscale: #B4B4B4. Windows color (decimal): -7617078 or 13288843. OLE color: 13288843.

HSL color Cylindrical-coordinate representation of color #8BC5CA: hue angle of 184.76º 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 #8BC5CA is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139197202-
CMYK0.310.0200.21
HSL184.76º37.28%66.86%-
HSV(B)184.76º31.19%79.22%-
XYZ41.2749.6963.29-
YUV180.23140.2898.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.84%
GREEN value IS 197 (77.34% from 255) = 36.62%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=25.84%
G=36.62%
B=37.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391972020.310.0200.21184.7637.2866.86
Hex8BC5CA1F2015b92543
Octal21330531237202527145103
Binary1000101111000101110010101111110010101101110011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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