#8DCCCE

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

Shades of Morning Glory #8DCCCE

Tints of Morning Glory #8DCCCE

Color information

#8DCCCE (or 0x8DCCCE) is unknown color: approx Morning Glory. HEX triplet: 8D, CC and CE. RGB value is (141,204,206). Sum of RGB (Red+Green+Blue) = 141+204+206=551 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.59% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DCCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCCCE is #723331. Grayscale: #B9B9B9. Windows color (decimal): -7484210 or 13552781. OLE color: 13552781.

HSL color Cylindrical-coordinate representation of color #8DCCCE: hue angle of 181.85º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCCCE is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB141204206-
CMYK0.320.0100.19
HSL181.85º39.88%68.04%-
HSV(B)181.85º31.55%80.78%-
XYZ43.7253.366.38-
YUV185.39139.6396.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.59%
GREEN value IS 204 (80.08% from 255) = 37.02%
BLUE value IS 206 (80.86% from 255) = 37.39%
R=25.59%
G=37.02%
B=37.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412042060.320.0100.19181.8539.8868.04
Hex8DCCCE201013b62844
Octal21531431640102326650104
Binary1000110111001100110011101000001010011101101101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,204,206); }

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

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

 a { background-color: rgb(141,204,206); }

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

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

 span { border-color: rgb(141,204,206); }

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