Html Css Color HEX #A1CED4 Morning Glory

📋 copy color: '#A1CED4'

red 161 ◦ green 206 ◦ blue 212

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

Shades of Morning Glory #A1CED4

Tints of Morning Glory #A1CED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.61%

R = 27.81%
G = 35.58%
B = 36.61%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A1CED4 (or 0xA1CED4) is known color: Morning Glory. HEX triplet: A1, CE and D4. RGB value is (161,206,212). Sum of RGB (Red+Green+Blue) = 161+206+212=579 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.81% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 212 - color contains mainly: blue. Hex color #A1CED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CED4 is #5E312B. Grayscale: #C1C1C1. Windows color (decimal): -6172972 or 13946529. OLE color: 13946529.

HSL color Cylindrical-coordinate representation of color #A1CED4: hue angle of 187.06º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1CED4 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 161 206 212 -
CMYK 0.24 0.03 0 0.17
HSL 187.06º 0.37% 0.73% -
HSV(B) 187.06º 0.24% 0.83% -
XYZ 48.65 56.47 70.62 -
YUV 193.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 161 206 212 0.24 0.03 0 0.17 187.06 0.37 0.73
Hex A1 CE D4 18 3 0 11 BB 25 49
Octal 241 316 324 30 3 0 21 273 45 111
Binary 10100001 11001110 11010100 11000 11 0 10001 10111011 100101 1001001

Color Harmonies of #A1CED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CED4

Black with #A1CED4

Text Example


Text Example

White with #A1CED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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