#8FC1CA

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

Shades of Morning Glory #8FC1CA

Tints of Morning Glory #8FC1CA

Color information

#8FC1CA (or 0x8FC1CA) is unknown color: approx Morning Glory. HEX triplet: 8F, C1 and CA. RGB value is (143,193,202). Sum of RGB (Red+Green+Blue) = 143+193+202=538 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.58% from 538); Green value is 193 (75.78% from 255 or 35.87% 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 #8FC1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC1CA is #703E35. Grayscale: #B2B2B2. Windows color (decimal): -7355958 or 13287823. OLE color: 13287823.

HSL color Cylindrical-coordinate representation of color #8FC1CA: hue angle of 189.15º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FC1CA is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB143193202-
CMYK0.290.0400.21
HSL189.15º35.76%67.65%-
HSV(B)189.15º29.21%79.22%-
XYZ41.0648.2463.03-
YUV179.08140.94102.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.58%
GREEN value IS 193 (75.78% from 255) = 35.87%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=26.58%
G=35.87%
B=37.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1431932020.290.0400.21189.1535.7667.65
Hex8FC1CA1D4015bd2444
Octal21730131235402527544104
Binary10001111110000011100101011101100010101101111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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