#8BC6CA

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

Shades of Morning Glory #8BC6CA

Tints of Morning Glory #8BC6CA

Color information

#8BC6CA (or 0x8BC6CA) is unknown color: approx Morning Glory. HEX triplet: 8B, C6 and CA. RGB value is (139,198,202). Sum of RGB (Red+Green+Blue) = 139+198+202=539 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.79% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BC6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC6CA is #743935. Grayscale: #B4B4B4. Windows color (decimal): -7616822 or 13289099. OLE color: 13289099.

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

Color convert

RGB139198202-
CMYK0.310.0200.21
HSL183.81º37.28%66.86%-
HSV(B)183.81º31.19%79.22%-
XYZ41.550.1463.37-
YUV180.82139.9598.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.79%
GREEN value IS 198 (77.73% from 255) = 36.73%
BLUE value IS 202 (79.30% from 255) = 37.48%
R=25.79%
G=36.73%
B=37.48%

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
Decimal1391982020.310.0200.21183.8137.2866.86
Hex8BC6CA1F2015b82543
Octal21330631237202527045103
Binary1000101111000110110010101111110010101101110001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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