#9CCBCD

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

Shades of Morning Glory #9CCBCD

Tints of Morning Glory #9CCBCD

Color information

#9CCBCD (or 0x9CCBCD) is unknown color: approx Morning Glory. HEX triplet: 9C, CB and CD. RGB value is (156,203,205). Sum of RGB (Red+Green+Blue) = 156+203+205=564 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.66% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #9CCBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCBCD is #633432. Grayscale: #BDBDBD. Windows color (decimal): -6501427 or 13487004. OLE color: 13487004.

HSL color Cylindrical-coordinate representation of color #9CCBCD: hue angle of 182.45º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCBCD is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB156203205-
CMYK0.240.0100.20
HSL182.45º32.89%70.78%-
HSV(B)182.45º23.9%80.39%-
XYZ46.0954.1965.79-
YUV189.18136.93104.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.66%
GREEN value IS 203 (79.69% from 255) = 35.99%
BLUE value IS 205 (80.47% from 255) = 36.35%
R=27.66%
G=35.99%
B=36.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562032050.240.0100.20182.4532.8970.78
Hex9CCBCD181014b62147
Octal23431331530102426641107
Binary100111001100101111001101110001010100101101101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,203,205); }

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

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

 a { background-color: rgb(156,203,205); }

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

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

 span { border-color: rgb(156,203,205); }

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