#9FCDD0

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

Shades of Morning Glory #9FCDD0

Tints of Morning Glory #9FCDD0

Color information

#9FCDD0 (or 0x9FCDD0) is unknown color: approx Morning Glory. HEX triplet: 9F, CD and D0. RGB value is (159,205,208). Sum of RGB (Red+Green+Blue) = 159+205+208=572 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.80% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 208 - color contains mainly: blue. Hex color #9FCDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCDD0 is #60322F. Grayscale: #BFBFBF. Windows color (decimal): -6304304 or 13684127. OLE color: 13684127.

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

Color convert

RGB159205208-
CMYK0.240.0100.18
HSL183.67º34.27%71.96%-
HSV(B)183.67º23.56%81.57%-
XYZ47.5155.5967.9-
YUV191.59137.26104.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.80%
GREEN value IS 205 (80.47% from 255) = 35.84%
BLUE value IS 208 (81.64% from 255) = 36.36%
R=27.80%
G=35.84%
B=36.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1592052080.240.0100.18183.6734.2771.96
Hex9FCDD0181012b82248
Octal23731532030102227042110
Binary100111111100110111010000110001010010101110001000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,205,208); }

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

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

 a { background-color: rgb(159,205,208); }

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

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

 span { border-color: rgb(159,205,208); }

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