Html Css Color HEX #A1CCCE Morning Glory

📋 copy color: '#A1CCCE'

red 161 ◦ green 204 ◦ blue 206

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

Shades of Morning Glory #A1CCCE

Tints of Morning Glory #A1CCCE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.73%

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

R = 28.2%
G = 35.73%
B = 36.08%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A1CCCE (or 0xA1CCCE) is known color: Morning Glory. HEX triplet: A1, CC and CE. RGB value is (161,204,206). Sum of RGB (Red+Green+Blue) = 161+204+206=571 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.20% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 206 - color contains mainly: blue. Hex color #A1CCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CCCE is #5E3331. Grayscale: #BFBFBF. Windows color (decimal): -6173490 or 13552801. OLE color: 13552801.

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

Color convert

RGB 161 204 206 -
CMYK 0.22 0.01 0 0.19
HSL 182.67º 0.31% 0.72% -
HSV(B) 182.67º 0.22% 0.81% -
XYZ 47.43 55.22 66.55 -
YUV 191.37 136.25 106.34 -
System Red Green Blue C M Y K H S L
Decimal 161 204 206 0.22 0.01 0 0.19 182.67 0.31 0.72
Hex A1 CC CE 16 1 0 13 B7 1F 48
Octal 241 314 316 26 1 0 23 267 37 110
Binary 10100001 11001100 11001110 10110 1 0 10011 10110111 11111 1001000

Color Harmonies of #A1CCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CCCE

Black with #A1CCCE

Text Example


Text Example

White with #A1CCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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