#9FCDCE

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

Shades of Morning Glory #9FCDCE

Tints of Morning Glory #9FCDCE

Color information

#9FCDCE (or 0x9FCDCE) is unknown color: approx Morning Glory. HEX triplet: 9F, CD and CE. RGB value is (159,205,206). Sum of RGB (Red+Green+Blue) = 159+205+206=570 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.89% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #9FCDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCDCE is #603231. Grayscale: #BFBFBF. Windows color (decimal): -6304306 or 13553055. OLE color: 13553055.

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

Color convert

RGB159205206-
CMYK0.230.0000.19
HSL181.28º32.41%71.57%-
HSV(B)181.28º22.82%80.78%-
XYZ47.2755.4966.61-
YUV191.36136.26104.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.89%
GREEN value IS 205 (80.47% from 255) = 35.96%
BLUE value IS 206 (80.86% from 255) = 36.14%
R=27.89%
G=35.96%
B=36.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1592052060.230.0000.19181.2832.4171.57
Hex9FCDCE170013b52048
Octal23731531627002326540110
Binary100111111100110111001110101110010011101101011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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