#9CDBDA

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

Shades of Morning Glory #9CDBDA

Tints of Morning Glory #9CDBDA

Color information

#9CDBDA (or 0x9CDBDA) is unknown color: approx Morning Glory. HEX triplet: 9C, DB and DA. RGB value is (156,219,218). Sum of RGB (Red+Green+Blue) = 156+219+218=593 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.31% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDBDA is #632425. Grayscale: #C7C7C7. Windows color (decimal): -6497318 or 14343068. OLE color: 14343068.

HSL color Cylindrical-coordinate representation of color #9CDBDA: hue angle of 179.05º 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 #9CDBDA is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB156219218-
CMYK0.2900.000.14
HSL179.05º46.67%73.53%-
HSV(B)179.05º28.77%85.88%-
XYZ51.762.7975.73-
YUV200.05138.1396.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.31%
GREEN value IS 219 (85.94% from 255) = 36.93%
BLUE value IS 218 (85.55% from 255) = 36.76%
R=26.31%
G=36.93%
B=36.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562192180.2900.000.14179.0546.6773.53
Hex9CDBDA1D00Eb32f4a
Octal23433333235001626357112
Binary10011100110110111101101011101001110101100111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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