#9FDADB

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

Shades of Morning Glory #9FDADB

Tints of Morning Glory #9FDADB

Color information

#9FDADB (or 0x9FDADB) is unknown color: approx Morning Glory. HEX triplet: 9F, DA and DB. RGB value is (159,218,219). Sum of RGB (Red+Green+Blue) = 159+218+219=596 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.68% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FDADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDADB is #602524. Grayscale: #C8C8C8. Windows color (decimal): -6300965 or 14408351. OLE color: 14408351.

HSL color Cylindrical-coordinate representation of color #9FDADB: hue angle of 181º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FDADB is Cyan = 0.27, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB159218219-
CMYK0.270.0000.14
HSL181º45.45%74.12%-
HSV(B)181º27.4%85.88%-
XYZ52.1662.6376.36-
YUV200.47138.4598.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.68%
GREEN value IS 218 (85.55% from 255) = 36.58%
BLUE value IS 219 (85.94% from 255) = 36.74%
R=26.68%
G=36.58%
B=36.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1592182190.270.0000.1418145.4574.12
Hex9FDADB1B00Eb52d4a
Octal23733233333001626555112
Binary10011111110110101101101111011001110101101011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,218,219); }

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

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

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

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

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

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

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