Html Css Color HEX #A1CECF Morning Glory

📋 copy color: '#A1CECF'

red 161 ◦ green 206 ◦ blue 207

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

Shades of Morning Glory #A1CECF

Tints of Morning Glory #A1CECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.06%

R = 28.05%
G = 35.89%
B = 36.06%

CMYK

 C value IS 0.22

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A1CECF (or 0xA1CECF) is known color: Morning Glory. HEX triplet: A1, CE and CF. RGB value is (161,206,207). Sum of RGB (Red+Green+Blue) = 161+206+207=574 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28.05% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #A1CECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CECF is #5E3130. Grayscale: #C0C0C0. Windows color (decimal): -6172977 or 13618849. OLE color: 13618849.

HSL color Cylindrical-coordinate representation of color #A1CECF: hue angle of 181.3º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CECF is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 206 207 -
CMYK 0.22 0.00 0 0.19
HSL 181.3º 0.32% 0.72% -
HSV(B) 181.3º 0.22% 0.81% -
XYZ 48.03 56.22 67.35 -
YUV 192.66 136.09 105.42 -
System Red Green Blue C M Y K H S L
Decimal 161 206 207 0.22 0.00 0 0.19 181.3 0.32 0.72
Hex A1 CE CF 16 0 0 13 B5 20 48
Octal 241 316 317 26 0 0 23 265 40 110
Binary 10100001 11001110 11001111 10110 0 0 10011 10110101 100000 1001000

Color Harmonies of #A1CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CECF

Black with #A1CECF

Text Example


Text Example

White with #A1CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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