#8CDCDE

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

Shades of Morning Glory #8CDCDE

Tints of Morning Glory #8CDCDE

Color information

#8CDCDE (or 0x8CDCDE) is unknown color: approx Morning Glory. HEX triplet: 8C, DC and DE. RGB value is (140,220,222). Sum of RGB (Red+Green+Blue) = 140+220+222=582 (77% of max value = 765). Red value is 140 (55.08% from 255 or 24.05% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #8CDCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDCDE is #732321. Grayscale: #C4C4C4. Windows color (decimal): -7545634 or 14605452. OLE color: 14605452.

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

Color convert

RGB140220222-
CMYK0.370.0100.13
HSL181.46º55.41%70.98%-
HSV(B)181.46º36.94%87.06%-
XYZ49.5962.0478.47-
YUV196.31142.587.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.05%
GREEN value IS 220 (86.33% from 255) = 37.80%
BLUE value IS 222 (87.11% from 255) = 38.14%
R=24.05%
G=37.80%
B=38.14%

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
Decimal1402202220.370.0100.13181.4655.4170.98
Hex8CDCDE2510Db53747
Octal21433433645101526567107
Binary100011001101110011011110100101101101101101011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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