#9ACCCF

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

Shades of Morning Glory #9ACCCF

Tints of Morning Glory #9ACCCF

Color information

#9ACCCF (or 0x9ACCCF) is unknown color: approx Morning Glory. HEX triplet: 9A, CC and CF. RGB value is (154,204,207). Sum of RGB (Red+Green+Blue) = 154+204+207=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 207 - color contains mainly: blue. Hex color #9ACCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACCCF is #653330. Grayscale: #BDBDBD. Windows color (decimal): -6632241 or 13618330. OLE color: 13618330.

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

Color convert

RGB154204207-
CMYK0.260.0100.19
HSL183.4º35.57%70.78%-
HSV(B)183.4º25.6%81.18%-
XYZ46.1854.5667.13-
YUV189.39137.94102.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.26%
GREEN value IS 204 (80.08% from 255) = 36.11%
BLUE value IS 207 (81.25% from 255) = 36.64%
R=27.26%
G=36.11%
B=36.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1542042070.260.0100.19183.435.5770.78
Hex9ACCCF1A1013b72447
Octal23231431732102326744107
Binary100110101100110011001111110101010011101101111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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