#9FCDCD

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

Shades of Morning Glory #9FCDCD

Tints of Morning Glory #9FCDCD

Color information

#9FCDCD (or 0x9FCDCD) is unknown color: approx Morning Glory. HEX triplet: 9F, CD and CD. RGB value is (159,205,205). Sum of RGB (Red+Green+Blue) = 159+205+205=569 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.94% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #9FCDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCDCD is #603232. Grayscale: #BFBFBF. Windows color (decimal): -6304307 or 13487519. OLE color: 13487519.

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

Color convert

RGB159205205-
CMYK0.22000.20
HSL180º31.51%71.37%-
HSV(B)180º22.44%80.39%-
XYZ47.1555.4465.97-
YUV191.25135.76105-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.94%
GREEN value IS 205 (80.47% from 255) = 36.03%
BLUE value IS 205 (80.47% from 255) = 36.03%
R=27.94%
G=36.03%
B=36.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1592052050.22000.2018031.5171.37
Hex9FCDCD160014b42047
Octal23731531526002426440107
Binary100111111100110111001101101100010100101101001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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