#9AD0CF

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

Shades of Morning Glory #9AD0CF

Tints of Morning Glory #9AD0CF

Color information

#9AD0CF (or 0x9AD0CF) is unknown color: approx Morning Glory. HEX triplet: 9A, D0 and CF. RGB value is (154,208,207). Sum of RGB (Red+Green+Blue) = 154+208+207=569 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.07% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD0CF is #652F30. Grayscale: #BFBFBF. Windows color (decimal): -6631217 or 13619354. OLE color: 13619354.

HSL color Cylindrical-coordinate representation of color #9AD0CF: hue angle of 178.89º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9AD0CF is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB154208207-
CMYK0.2600.000.18
HSL178.89º36.49%70.98%-
HSV(B)178.89º25.96%81.57%-
XYZ47.1456.4967.45-
YUV191.74136.61101.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.07%
GREEN value IS 208 (81.64% from 255) = 36.56%
BLUE value IS 207 (81.25% from 255) = 36.38%
R=27.07%
G=36.56%
B=36.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1542082070.2600.000.18178.8936.4970.98
Hex9AD0CF1A0012b32447
Octal23232031732002226344107
Binary100110101101000011001111110100010010101100111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,208,207); }

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

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

 a { background-color: rgb(154,208,207); }

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

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

 span { border-color: rgb(154,208,207); }

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