Html Css Color HEX #ACD0D3 Morning Glory

📋 copy color: '#ACD0D3'

red 172 ◦ green 208 ◦ blue 211

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

Shades of Morning Glory #ACD0D3

Tints of Morning Glory #ACD0D3

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.19%

 BLUE value IS 211 (82.81% from 255) = 35.7%

R = 29.1%
G = 35.19%
B = 35.7%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#ACD0D3 (or 0xACD0D3) is known color: Morning Glory. HEX triplet: AC, D0 and D3. RGB value is (172,208,211). Sum of RGB (Red+Green+Blue) = 172+208+211=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 211 - color contains mainly: blue. Hex color #ACD0D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0D3 is #532F2C. Grayscale: #C5C5C5. Windows color (decimal): -5451565 or 13881516. OLE color: 13881516.

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

Color convert

RGB 172 208 211 -
CMYK 0.18 0.01 0 0.17
HSL 184.62º 0.31% 0.75% -
HSV(B) 184.62º 0.18% 0.83% -
XYZ 51.33 58.59 70.23 -
YUV 197.58 135.57 109.76 -
System Red Green Blue C M Y K H S L
Decimal 172 208 211 0.18 0.01 0 0.17 184.62 0.31 0.75
Hex AC D0 D3 12 1 0 11 B9 1F 4B
Octal 254 320 323 22 1 0 21 271 37 113
Binary 10101100 11010000 11010011 10010 1 0 10001 10111001 11111 1001011

Color Harmonies of #ACD0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0D3

Black with #ACD0D3

Text Example


Text Example

White with #ACD0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0D3; }

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

 H1.HeaderClassName
 {
   color: #ACD0D3;
 }
 .AnyTagClassName
 {
   color: #ACD0D3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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