#9CDBDD

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

Shades of Morning Glory #9CDBDD

Tints of Morning Glory #9CDBDD

Color information

#9CDBDD (or 0x9CDBDD) is unknown color: approx Morning Glory. HEX triplet: 9C, DB and DD. RGB value is (156,219,221). Sum of RGB (Red+Green+Blue) = 156+219+221=596 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.17% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #9CDBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDBDD is #632422. Grayscale: #C8C8C8. Windows color (decimal): -6497315 or 14539676. OLE color: 14539676.

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

Color convert

RGB156219221-
CMYK0.290.0100.13
HSL181.85º48.87%73.92%-
HSV(B)181.85º29.41%86.67%-
XYZ52.0962.9577.81-
YUV200.39139.6396.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.17%
GREEN value IS 219 (85.94% from 255) = 36.74%
BLUE value IS 221 (86.72% from 255) = 37.08%
R=26.17%
G=36.74%
B=37.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562192210.290.0100.13181.8548.8773.92
Hex9CDBDD1D10Db6314a
Octal23433333535101526661112
Binary10011100110110111101110111101101101101101101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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