#8FCACD

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

Shades of Morning Glory #8FCACD

Tints of Morning Glory #8FCACD

Color information

#8FCACD (or 0x8FCACD) is unknown color: approx Morning Glory. HEX triplet: 8F, CA and CD. RGB value is (143,202,205). Sum of RGB (Red+Green+Blue) = 143+202+205=550 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FCACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCACD is #703532. Grayscale: #B8B8B8. Windows color (decimal): -7353651 or 13486735. OLE color: 13486735.

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

Color convert

RGB143202205-
CMYK0.300.0100.20
HSL182.9º38.27%68.24%-
HSV(B)182.9º30.24%80.39%-
XYZ43.4752.4965.6-
YUV184.7139.4598.26-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26%
GREEN value IS 202 (79.30% from 255) = 36.73%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=26%
G=36.73%
B=37.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432022050.300.0100.20182.938.2768.24
Hex8FCACD1E1014b72644
Octal21731231536102426746104
Binary100011111100101011001101111101010100101101111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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