#8FCCCD

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

Shades of Morning Glory #8FCCCD

Tints of Morning Glory #8FCCCD

Color information

#8FCCCD (or 0x8FCCCD) is unknown color: approx Morning Glory. HEX triplet: 8F, CC and CD. RGB value is (143,204,205). Sum of RGB (Red+Green+Blue) = 143+204+205=552 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.91% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FCCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCCD is #703332. Grayscale: #B9B9B9. Windows color (decimal): -7353139 or 13487247. OLE color: 13487247.

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

Color convert

RGB143204205-
CMYK0.300.0000.20
HSL180.97º38.27%68.24%-
HSV(B)180.97º30.24%80.39%-
XYZ43.9453.4365.76-
YUV185.88138.7997.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.91%
GREEN value IS 204 (80.08% from 255) = 36.96%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=25.91%
G=36.96%
B=37.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432042050.300.0000.20180.9738.2768.24
Hex8FCCCD1E0014b52644
Octal21731431536002426546104
Binary100011111100110011001101111100010100101101011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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