#8FCCD5

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

Shades of Morning Glory #8FCCD5

Tints of Morning Glory #8FCCD5

Color information

#8FCCD5 (or 0x8FCCD5) is unknown color: approx Morning Glory. HEX triplet: 8F, CC and D5. RGB value is (143,204,213). Sum of RGB (Red+Green+Blue) = 143+204+213=560 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.54% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 213 - color contains mainly: blue. Hex color #8FCCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCD5 is #70332A. Grayscale: #BABABA. Windows color (decimal): -7353131 or 14011535. OLE color: 14011535.

HSL color Cylindrical-coordinate representation of color #8FCCD5: hue angle of 187.71º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FCCD5 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB143204213-
CMYK0.330.0400.16
HSL187.71º45.45%69.8%-
HSV(B)187.71º32.86%83.53%-
XYZ44.9353.8370.97-
YUV186.79142.7996.77-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.54%
GREEN value IS 204 (80.08% from 255) = 36.43%
BLUE value IS 213 (83.59% from 255) = 38.04%
R=25.54%
G=36.43%
B=38.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1432042130.330.0400.16187.7145.4569.8
Hex8FCCD5214010bc2d46
Octal21731432541402027455106
Binary100011111100110011010101100001100010000101111001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,204,213); }

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

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

 a { background-color: rgb(143,204,213); }

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

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

 span { border-color: rgb(143,204,213); }

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