#9DD5DC

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

Shades of Morning Glory #9DD5DC

Tints of Morning Glory #9DD5DC

Color information

#9DD5DC (or 0x9DD5DC) is unknown color: approx Morning Glory. HEX triplet: 9D, D5 and DC. RGB value is (157,213,220). Sum of RGB (Red+Green+Blue) = 157+213+220=590 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.61% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DD5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD5DC is #622A23. Grayscale: #C4C4C4. Windows color (decimal): -6433316 or 14472605. OLE color: 14472605.

HSL color Cylindrical-coordinate representation of color #9DD5DC: hue angle of 186.67º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DD5DC is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB157213220-
CMYK0.290.0300.14
HSL186.67º47.37%73.92%-
HSV(B)186.67º28.64%86.27%-
XYZ50.6259.9276.61-
YUV197.05140.9599.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.61%
GREEN value IS 213 (83.59% from 255) = 36.10%
BLUE value IS 220 (86.33% from 255) = 37.29%
R=26.61%
G=36.10%
B=37.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572132200.290.0300.14186.6747.3773.92
Hex9DD5DC1D30Ebb2f4a
Octal23532533435301627357112
Binary100111011101010111011100111011101110101110111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DD5DC; }

 p { color: rgb(157,213,220); }

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

<style>
 a { background-color: #9DD5DC; }

 a { background-color: rgb(157,213,220); }

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

<style>
 span { border-color: #9DD5DC; }

 span { border-color: rgb(157,213,220); }

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