Html Css Color HEX #A1CED1 Morning Glory

📋 copy color: '#A1CED1'

red 161 ◦ green 206 ◦ blue 209

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

Shades of Morning Glory #A1CED1

Tints of Morning Glory #A1CED1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.76%

 BLUE value IS 209 (82.03% from 255) = 36.28%

R = 27.95%
G = 35.76%
B = 36.28%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A1CED1 (or 0xA1CED1) is known color: Morning Glory. HEX triplet: A1, CE and D1. RGB value is (161,206,209). Sum of RGB (Red+Green+Blue) = 161+206+209=576 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.95% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 209 - color contains mainly: blue. Hex color #A1CED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CED1 is #5E312E. Grayscale: #C0C0C0. Windows color (decimal): -6172975 or 13749921. OLE color: 13749921.

HSL color Cylindrical-coordinate representation of color #A1CED1: hue angle of 183.75º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1CED1 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 206 209 -
CMYK 0.23 0.01 0 0.18
HSL 183.75º 0.34% 0.73% -
HSV(B) 183.75º 0.23% 0.82% -
XYZ 48.28 56.32 68.65 -
YUV 192.89 137.09 105.26 -
System Red Green Blue C M Y K H S L
Decimal 161 206 209 0.23 0.01 0 0.18 183.75 0.34 0.73
Hex A1 CE D1 17 1 0 12 B8 22 49
Octal 241 316 321 27 1 0 22 270 42 111
Binary 10100001 11001110 11010001 10111 1 0 10010 10111000 100010 1001001

Color Harmonies of #A1CED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CED1

Black with #A1CED1

Text Example


Text Example

White with #A1CED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CED1; }

 p { color: rgb(161,206,209); }

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

background-color css

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

 a { background-color: rgb(161,206,209); }

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

border-color css

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

 span { border-color: rgb(161,206,209); }

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