Html Css Color HEX #AACFD3 Morning Glory

📋 copy color: '#AACFD3'

red 170 ◦ green 207 ◦ blue 211

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

Shades of Morning Glory #AACFD3

Tints of Morning Glory #AACFD3

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.2%

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

R = 28.91%
G = 35.2%
B = 35.88%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AACFD3 (or 0xAACFD3) is known color: Morning Glory. HEX triplet: AA, CF and D3. RGB value is (170,207,211). Sum of RGB (Red+Green+Blue) = 170+207+211=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 211 - color contains mainly: blue. Hex color #AACFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACFD3 is #55302C. Grayscale: #C4C4C4. Windows color (decimal): -5582893 or 13881258. OLE color: 13881258.

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

Color convert

RGB 170 207 211 -
CMYK 0.19 0.02 0 0.17
HSL 185.85º 0.32% 0.75% -
HSV(B) 185.85º 0.19% 0.83% -
XYZ 50.65 57.87 70.13 -
YUV 196.39 136.24 109.17 -
System Red Green Blue C M Y K H S L
Decimal 170 207 211 0.19 0.02 0 0.17 185.85 0.32 0.75
Hex AA CF D3 13 2 0 11 BA 20 4B
Octal 252 317 323 23 2 0 21 272 40 113
Binary 10101010 11001111 11010011 10011 10 0 10001 10111010 100000 1001011

Color Harmonies of #AACFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACFD3

Black with #AACFD3

Text Example


Text Example

White with #AACFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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