#8FC4CD

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

Shades of Morning Glory #8FC4CD

Tints of Morning Glory #8FC4CD

Color information

#8FC4CD (or 0x8FC4CD) is unknown color: approx Morning Glory. HEX triplet: 8F, C4 and CD. RGB value is (143,196,205). Sum of RGB (Red+Green+Blue) = 143+196+205=544 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.29% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FC4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC4CD is #703B32. Grayscale: #B5B5B5. Windows color (decimal): -7355187 or 13485199. OLE color: 13485199.

HSL color Cylindrical-coordinate representation of color #8FC4CD: hue angle of 188.71º degrees, saturation: 0.38, 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 #8FC4CD is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB143196205-
CMYK0.300.0400.20
HSL188.71º38.27%68.24%-
HSV(B)188.71º30.24%80.39%-
XYZ42.0949.7365.14-
YUV181.18141.44100.77-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.29%
GREEN value IS 196 (76.95% from 255) = 36.03%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=26.29%
G=36.03%
B=37.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431962050.300.0400.20188.7138.2768.24
Hex8FC4CD1E4014bd2644
Octal21730431536402427546104
Binary10001111110001001100110111110100010100101111011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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