#9CDBD9

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

Shades of Morning Glory #9CDBD9

Tints of Morning Glory #9CDBD9

Color information

#9CDBD9 (or 0x9CDBD9) is unknown color: approx Morning Glory. HEX triplet: 9C, DB and D9. RGB value is (156,219,217). Sum of RGB (Red+Green+Blue) = 156+219+217=592 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.35% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDBD9 is #632426. Grayscale: #C7C7C7. Windows color (decimal): -6497319 or 14277532. OLE color: 14277532.

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

Color convert

RGB156219217-
CMYK0.2900.010.14
HSL178.1º46.67%73.53%-
HSV(B)178.1º28.77%85.88%-
XYZ51.5762.7475.04-
YUV199.94137.6396.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.35%
GREEN value IS 219 (85.94% from 255) = 36.99%
BLUE value IS 217 (85.16% from 255) = 36.66%
R=26.35%
G=36.99%
B=36.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562192170.2900.010.14178.146.6773.53
Hex9CDBD91D01Eb22f4a
Octal23433333135011626257112
Binary10011100110110111101100111101011110101100101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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