#8FC4CA

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

Shades of Morning Glory #8FC4CA

Tints of Morning Glory #8FC4CA

Color information

#8FC4CA (or 0x8FC4CA) is unknown color: approx Morning Glory. HEX triplet: 8F, C4 and CA. RGB value is (143,196,202). Sum of RGB (Red+Green+Blue) = 143+196+202=541 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.43% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #8FC4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC4CA is #703B35. Grayscale: #B4B4B4. Windows color (decimal): -7355190 or 13288591. OLE color: 13288591.

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

Color convert

RGB143196202-
CMYK0.290.0300.21
HSL186.1º35.76%67.65%-
HSV(B)186.1º29.21%79.22%-
XYZ41.7349.5863.25-
YUV180.84139.94101.01-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.43%
GREEN value IS 196 (76.95% from 255) = 36.23%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=26.43%
G=36.23%
B=37.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1431962020.290.0300.21186.135.7667.65
Hex8FC4CA1D3015ba2444
Octal21730431235302527244104
Binary1000111111000100110010101110111010101101110101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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