#ACCDD0

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

Shades of Morning Glory #ACCDD0

Tints of Morning Glory #ACCDD0

Color information

#ACCDD0 (or 0xACCDD0) is unknown color: approx Morning Glory. HEX triplet: AC, CD and D0. RGB value is (172,205,208). Sum of RGB (Red+Green+Blue) = 172+205+208=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 208 - color contains mainly: blue. Hex color #ACCDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDD0 is #53322F. Grayscale: #C3C3C3. Windows color (decimal): -5452336 or 13684140. OLE color: 13684140.

HSL color Cylindrical-coordinate representation of color #ACCDD0: hue angle of 185º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCDD0 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172205208-
CMYK0.170.0100.18
HSL185º27.69%74.51%-
HSV(B)185º17.31%81.57%-
XYZ50.2356.9968.03-
YUV195.47135.07111.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.40%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 208 (81.64% from 255) = 35.56%
R=29.40%
G=35.04%
B=35.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722052080.170.0100.1818527.6974.51
HexACCDD0111012b91c4b
Octal25431532021102227134113
Binary10101100110011011101000010001101001010111001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDD0; }

 p { color: rgb(172,205,208); }

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

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

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

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

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

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

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