#9CCFD6

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

Shades of Morning Glory #9CCFD6

Tints of Morning Glory #9CCFD6

Color information

#9CCFD6 (or 0x9CCFD6) is unknown color: approx Morning Glory. HEX triplet: 9C, CF and D6. RGB value is (156,207,214). Sum of RGB (Red+Green+Blue) = 156+207+214=577 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.04% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 214 - color contains mainly: blue. Hex color #9CCFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCFD6 is #633029. Grayscale: #C0C0C0. Windows color (decimal): -6500394 or 14077852. OLE color: 14077852.

HSL color Cylindrical-coordinate representation of color #9CCFD6: hue angle of 187.24º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CCFD6 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB156207214-
CMYK0.270.0300.16
HSL187.24º41.43%72.55%-
HSV(B)187.24º27.1%83.92%-
XYZ48.1656.5571.99-
YUV192.55140.1101.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.04%
GREEN value IS 207 (81.25% from 255) = 35.88%
BLUE value IS 214 (83.98% from 255) = 37.09%
R=27.04%
G=35.88%
B=37.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1562072140.270.0300.16187.2441.4372.55
Hex9CCFD61B3010bb2949
Octal23431732633302027351111
Binary1001110011001111110101101101111010000101110111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,207,214); }

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

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

 a { background-color: rgb(156,207,214); }

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

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

 span { border-color: rgb(156,207,214); }

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