#8CDCDD

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

Shades of Morning Glory #8CDCDD

Tints of Morning Glory #8CDCDD

Color information

#8CDCDD (or 0x8CDCDD) is unknown color: approx Morning Glory. HEX triplet: 8C, DC and DD. RGB value is (140,220,221). Sum of RGB (Red+Green+Blue) = 140+220+221=581 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.10% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CDCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDCDD is #732322. Grayscale: #C4C4C4. Windows color (decimal): -7545635 or 14539916. OLE color: 14539916.

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

Color convert

RGB140220221-
CMYK0.370.0000.13
HSL180.74º54.36%70.78%-
HSV(B)180.74º36.65%86.67%-
XYZ49.4661.9877.76-
YUV196.1914287.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.10%
GREEN value IS 220 (86.33% from 255) = 37.87%
BLUE value IS 221 (86.72% from 255) = 38.04%
R=24.10%
G=37.87%
B=38.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402202210.370.0000.13180.7454.3670.78
Hex8CDCDD2500Db53647
Octal21433433545001526566107
Binary100011001101110011011101100101001101101101011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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