Html Css Color HEX #A1C9CD Morning Glory

📋 copy color: '#A1C9CD'

red 161 ◦ green 201 ◦ blue 205

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

Shades of Morning Glory #A1C9CD

Tints of Morning Glory #A1C9CD

RGB

 RED value IS 161 (63.28% from 255) = 28.4%

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

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

R = 28.4%
G = 35.45%
B = 36.16%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A1C9CD (or 0xA1C9CD) is known color: Morning Glory. HEX triplet: A1, C9 and CD. RGB value is (161,201,205). Sum of RGB (Red+Green+Blue) = 161+201+205=567 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.40% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1C9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C9CD is #5E3632. Grayscale: #BDBDBD. Windows color (decimal): -6174259 or 13486497. OLE color: 13486497.

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

Color convert

RGB 161 201 205 -
CMYK 0.21 0.02 0 0.20
HSL 185.45º 0.31% 0.72% -
HSV(B) 185.45º 0.21% 0.8% -
XYZ 46.6 53.76 65.68 -
YUV 189.5 136.75 107.67 -
System Red Green Blue C M Y K H S L
Decimal 161 201 205 0.21 0.02 0 0.20 185.45 0.31 0.72
Hex A1 C9 CD 15 2 0 14 B9 1F 48
Octal 241 311 315 25 2 0 24 271 37 110
Binary 10100001 11001001 11001101 10101 10 0 10100 10111001 11111 1001000

Color Harmonies of #A1C9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C9CD

Black with #A1C9CD

Text Example


Text Example

White with #A1C9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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