Html Css Color HEX #AACCCF Morning Glory

📋 copy color: '#AACCCF'

red 170 ◦ green 204 ◦ blue 207

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

Shades of Morning Glory #AACCCF

Tints of Morning Glory #AACCCF

RGB

 RED value IS 170 (66.8% from 255) = 29.26%

 GREEN value IS 204 (80.08% from 255) = 35.11%

 BLUE value IS 207 (81.25% from 255) = 35.63%

R = 29.26%
G = 35.11%
B = 35.63%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AACCCF (or 0xAACCCF) is known color: Morning Glory. HEX triplet: AA, CC and CF. RGB value is (170,204,207). Sum of RGB (Red+Green+Blue) = 170+204+207=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #AACCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCCF is #553330. Grayscale: #C2C2C2. Windows color (decimal): -5583665 or 13618346. OLE color: 13618346.

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

Color convert

RGB 170 204 207 -
CMYK 0.18 0.01 0 0.19
HSL 184.86º 0.28% 0.74% -
HSV(B) 184.86º 0.18% 0.81% -
XYZ 49.43 56.24 67.28 -
YUV 194.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 170 204 207 0.18 0.01 0 0.19 184.86 0.28 0.74
Hex AA CC CF 12 1 0 13 B9 1C 4A
Octal 252 314 317 22 1 0 23 271 34 112
Binary 10101010 11001100 11001111 10010 1 0 10011 10111001 11100 1001010

Color Harmonies of #AACCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACCCF

Black with #AACCCF

Text Example


Text Example

White with #AACCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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