Html Css Color HEX #ACCDD0 Morning Glory

📋 copy color: '#ACCDD0'

red 172 ◦ green 205 ◦ blue 208

#ACCDD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morning Glory #ACCDD0

Tints of Morning Glory #ACCDD0

RGB

 RED value IS 172 (67.58% from 255) = 29.4%

 GREEN value IS 205 (80.47% from 255) = 35.04%

 BLUE value IS 208 (81.64% from 255) = 35.56%

R = 29.4%
G = 35.04%
B = 35.56%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ACCDD0 (or 0xACCDD0) is known color: 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

RGB 172 205 208 -
CMYK 0.17 0.01 0 0.18
HSL 185º 0.28% 0.75% -
HSV(B) 185º 0.17% 0.82% -
XYZ 50.23 56.99 68.03 -
YUV 195.48 135.07 111.26 -
System Red Green Blue C M Y K H S L
Decimal 172 205 208 0.17 0.01 0 0.18 185 0.28 0.75
Hex AC CD D0 11 1 0 12 B9 1C 4B
Octal 254 315 320 21 1 0 22 271 34 113
Binary 10101100 11001101 11010000 10001 1 0 10010 10111001 11100 1001011

Color Harmonies of #ACCDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCDD0

Black with #ACCDD0

Text Example


Text Example

White with #ACCDD0

Text Example


Text Example

HTML Codes & Css Web 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>