Html Css Color HEX #A6C9CD Morning Glory

📋 copy color: '#A6C9CD'

red 166 ◦ green 201 ◦ blue 205

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

Shades of Morning Glory #A6C9CD

Tints of Morning Glory #A6C9CD

RGB

 RED value IS 166 (65.23% from 255) = 29.02%

 GREEN value IS 201 (78.91% from 255) = 35.14%

 BLUE value IS 205 (80.47% from 255) = 35.84%

R = 29.02%
G = 35.14%
B = 35.84%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A6C9CD (or 0xA6C9CD) is known color: Morning Glory. HEX triplet: A6, C9 and CD. RGB value is (166,201,205). Sum of RGB (Red+Green+Blue) = 166+201+205=572 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.02% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #A6C9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C9CD is #593632. Grayscale: #BEBEBE. Windows color (decimal): -5846579 or 13486502. OLE color: 13486502.

HSL color Cylindrical-coordinate representation of color #A6C9CD: hue angle of 186.15º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6C9CD is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 201 205 -
CMYK 0.19 0.02 0 0.20
HSL 186.15º 0.28% 0.73% -
HSV(B) 186.15º 0.19% 0.8% -
XYZ 47.63 54.29 65.73 -
YUV 190.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 166 201 205 0.19 0.02 0 0.20 186.15 0.28 0.73
Hex A6 C9 CD 13 2 0 14 BA 1C 49
Octal 246 311 315 23 2 0 24 272 34 111
Binary 10100110 11001001 11001101 10011 10 0 10100 10111010 11100 1001001

Color Harmonies of #A6C9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C9CD

Black with #A6C9CD

Text Example


Text Example

White with #A6C9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C9CD; }

 p { color: rgb(166,201,205); }

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

background-color css

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

 a { background-color: rgb(166,201,205); }

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

border-color css

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

 span { border-color: rgb(166,201,205); }

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