#8FCDCB

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

Shades of Morning Glory #8FCDCB

Tints of Morning Glory #8FCDCB

Color information

#8FCDCB (or 0x8FCDCB) is unknown color: approx Morning Glory. HEX triplet: 8F, CD and CB. RGB value is (143,205,203). Sum of RGB (Red+Green+Blue) = 143+205+203=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCDCB is #703234. Grayscale: #BABABA. Windows color (decimal): -7352885 or 13356431. OLE color: 13356431.

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

Color convert

RGB143205203-
CMYK0.3000.010.20
HSL178.06º38.27%68.24%-
HSV(B)178.06º30.24%80.39%-
XYZ43.9453.8164.57-
YUV186.23137.4697.16-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.95%
GREEN value IS 205 (80.47% from 255) = 37.21%
BLUE value IS 203 (79.69% from 255) = 36.84%
R=25.95%
G=37.21%
B=36.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432052030.3000.010.20178.0638.2768.24
Hex8FCDCB1E0114b22644
Octal21731531336012426246104
Binary100011111100110111001011111100110100101100101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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