Html Css Color HEX #A1CECE Morning Glory

📋 copy color: '#A1CECE'

red 161 ◦ green 206 ◦ blue 206

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

Shades of Morning Glory #A1CECE

Tints of Morning Glory #A1CECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.95%

R = 28.1%
G = 35.95%
B = 35.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A1CECE (or 0xA1CECE) is known color: Morning Glory. HEX triplet: A1, CE and CE. RGB value is (161,206,206). Sum of RGB (Red+Green+Blue) = 161+206+206=573 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.10% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #A1CECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CECE is #5E3131. Grayscale: #C0C0C0. Windows color (decimal): -6172978 or 13553313. OLE color: 13553313.

HSL color Cylindrical-coordinate representation of color #A1CECE: hue angle of 180º degrees, saturation: 0.31, 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 #A1CECE is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 206 206 -
CMYK 0.22 0 0 0.19
HSL 180º 0.31% 0.72% -
HSV(B) 180º 0.22% 0.81% -
XYZ 47.91 56.18 66.71 -
YUV 192.55 135.59 105.5 -
System Red Green Blue C M Y K H S L
Decimal 161 206 206 0.22 0 0 0.19 180 0.31 0.72
Hex A1 CE CE 16 0 0 13 B4 1F 48
Octal 241 316 316 26 0 0 23 264 37 110
Binary 10100001 11001110 11001110 10110 0 0 10011 10110100 11111 1001000

Color Harmonies of #A1CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CECE

Black with #A1CECE

Text Example


Text Example

White with #A1CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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