#9DCCCF

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

Shades of Morning Glory #9DCCCF

Tints of Morning Glory #9DCCCF

Color information

#9DCCCF (or 0x9DCCCF) is unknown color: approx Morning Glory. HEX triplet: 9D, CC and CF. RGB value is (157,204,207). Sum of RGB (Red+Green+Blue) = 157+204+207=568 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.64% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: blue. Hex color #9DCCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCCCF is #623330. Grayscale: #BEBEBE. Windows color (decimal): -6435633 or 13618333. OLE color: 13618333.

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

Color convert

RGB157204207-
CMYK0.240.0100.19
HSL183.6º34.25%71.37%-
HSV(B)183.6º24.15%81.18%-
XYZ46.7654.8667.16-
YUV190.29137.43104.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.64%
GREEN value IS 204 (80.08% from 255) = 35.92%
BLUE value IS 207 (81.25% from 255) = 36.44%
R=27.64%
G=35.92%
B=36.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1572042070.240.0100.19183.634.2571.37
Hex9DCCCF181013b82247
Octal23531431730102327042107
Binary100111011100110011001111110001010011101110001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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