#9CCCCD

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

Shades of Morning Glory #9CCCCD

Tints of Morning Glory #9CCCCD

Color information

#9CCCCD (or 0x9CCCCD) is unknown color: approx Morning Glory. HEX triplet: 9C, CC and CD. RGB value is (156,204,205). Sum of RGB (Red+Green+Blue) = 156+204+205=565 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.61% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #9CCCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCCCD is #633332. Grayscale: #BDBDBD. Windows color (decimal): -6501171 or 13487260. OLE color: 13487260.

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

Color convert

RGB156204205-
CMYK0.240.0000.20
HSL181.22º32.89%70.78%-
HSV(B)181.22º23.9%80.39%-
XYZ46.3254.6665.87-
YUV189.76136.6103.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.61%
GREEN value IS 204 (80.08% from 255) = 36.11%
BLUE value IS 205 (80.47% from 255) = 36.28%
R=27.61%
G=36.11%
B=36.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562042050.240.0000.20181.2232.8970.78
Hex9CCCCD180014b52147
Octal23431431530002426541107
Binary100111001100110011001101110000010100101101011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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