#8CDBDD

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

Shades of Morning Glory #8CDBDD

Tints of Morning Glory #8CDBDD

Color information

#8CDBDD (or 0x8CDBDD) is unknown color: approx Morning Glory. HEX triplet: 8C, DB and DD. RGB value is (140,219,221). Sum of RGB (Red+Green+Blue) = 140+219+221=580 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.14% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CDBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDBDD is #732422. Grayscale: #C3C3C3. Windows color (decimal): -7545891 or 14539660. OLE color: 14539660.

HSL color Cylindrical-coordinate representation of color #8CDBDD: hue angle of 181.48º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDBDD is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140219221-
CMYK0.370.0100.13
HSL181.48º54.36%70.78%-
HSV(B)181.48º36.65%86.67%-
XYZ49.261.4677.68-
YUV195.61142.3388.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.14%
GREEN value IS 219 (85.94% from 255) = 37.76%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=24.14%
G=37.76%
B=38.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402192210.370.0100.13181.4854.3670.78
Hex8CDBDD2510Db53647
Octal21433333545101526566107
Binary100011001101101111011101100101101101101101011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,219,221); }

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

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

 a { background-color: rgb(140,219,221); }

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

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

 span { border-color: rgb(140,219,221); }

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