#ACCDCF

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

Shades of Morning Glory #ACCDCF

Tints of Morning Glory #ACCDCF

Color information

#ACCDCF (or 0xACCDCF) is unknown color: approx Morning Glory. HEX triplet: AC, CD and CF. RGB value is (172,205,207). Sum of RGB (Red+Green+Blue) = 172+205+207=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACCDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDCF is #533230. Grayscale: #C3C3C3. Windows color (decimal): -5452337 or 13618604. OLE color: 13618604.

HSL color Cylindrical-coordinate representation of color #ACCDCF: hue angle of 183.43º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCDCF is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172205207-
CMYK0.170.0100.19
HSL183.43º26.72%74.31%-
HSV(B)183.43º16.91%81.18%-
XYZ50.1156.9467.38-
YUV195.36134.57111.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.45%
GREEN value IS 205 (80.47% from 255) = 35.10%
BLUE value IS 207 (81.25% from 255) = 35.45%
R=29.45%
G=35.10%
B=35.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722052070.170.0100.19183.4326.7274.31
HexACCDCF111013b71b4a
Octal25431531721102326733112
Binary10101100110011011100111110001101001110110111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDCF; }

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

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

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

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

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

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

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

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