#9DCCCD

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

Shades of Morning Glory #9DCCCD

Tints of Morning Glory #9DCCCD

Color information

#9DCCCD (or 0x9DCCCD) is unknown color: approx Morning Glory. HEX triplet: 9D, CC and CD. RGB value is (157,204,205). Sum of RGB (Red+Green+Blue) = 157+204+205=566 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.74% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 205 - color contains mainly: blue. Hex color #9DCCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCCCD is #623332. Grayscale: #BEBEBE. Windows color (decimal): -6435635 or 13487261. OLE color: 13487261.

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

Color convert

RGB157204205-
CMYK0.230.0000.20
HSL181.25º32.43%70.98%-
HSV(B)181.25º23.41%80.39%-
XYZ46.5254.7665.88-
YUV190.06136.43104.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.74%
GREEN value IS 204 (80.08% from 255) = 36.04%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=27.74%
G=36.04%
B=36.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1572042050.230.0000.20181.2532.4370.98
Hex9DCCCD170014b52047
Octal23531431527002426540107
Binary100111011100110011001101101110010100101101011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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