#8FCACB

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

Shades of Morning Glory #8FCACB

Tints of Morning Glory #8FCACB

Color information

#8FCACB (or 0x8FCACB) is unknown color: approx Morning Glory. HEX triplet: 8F, CA and CB. RGB value is (143,202,203). Sum of RGB (Red+Green+Blue) = 143+202+203=548 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.09% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #8FCACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCACB is #703534. Grayscale: #B8B8B8. Windows color (decimal): -7353653 or 13355663. OLE color: 13355663.

HSL color Cylindrical-coordinate representation of color #8FCACB: hue angle of 181º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCACB is Cyan = 0.30, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB143202203-
CMYK0.300.0000.20
HSL181º36.59%67.84%-
HSV(B)181º29.56%79.61%-
XYZ43.2352.3964.33-
YUV184.47138.4598.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.09%
GREEN value IS 202 (79.30% from 255) = 36.86%
BLUE value IS 203 (79.69% from 255) = 37.04%
R=26.09%
G=36.86%
B=37.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432022030.300.0000.2018136.5967.84
Hex8FCACB1E0014b52544
Octal21731231336002426545104
Binary100011111100101011001011111100010100101101011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,202,203); }

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

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

 a { background-color: rgb(143,202,203); }

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

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

 span { border-color: rgb(143,202,203); }

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