Html Css Color HEX #A1CDCB Morning Glory

📋 copy color: '#A1CDCB'

red 161 ◦ green 205 ◦ blue 203

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

Shades of Morning Glory #A1CDCB

Tints of Morning Glory #A1CDCB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.03%

 BLUE value IS 203 (79.69% from 255) = 35.68%

R = 28.3%
G = 36.03%
B = 35.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#A1CDCB (or 0xA1CDCB) is known color: Morning Glory. HEX triplet: A1, CD and CB. RGB value is (161,205,203). Sum of RGB (Red+Green+Blue) = 161+205+203=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CDCB is #5E3234. Grayscale: #BFBFBF. Windows color (decimal): -6173237 or 13356449. OLE color: 13356449.

HSL color Cylindrical-coordinate representation of color #A1CDCB: hue angle of 177.27º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CDCB is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 205 203 -
CMYK 0.21 0 0.01 0.20
HSL 177.27º 0.31% 0.72% -
HSV(B) 177.27º 0.21% 0.8% -
XYZ 47.31 55.55 64.73 -
YUV 191.62 134.42 106.16 -
System Red Green Blue C M Y K H S L
Decimal 161 205 203 0.21 0 0.01 0.20 177.27 0.31 0.72
Hex A1 CD CB 15 0 1 14 B1 1F 48
Octal 241 315 313 25 0 1 24 261 37 110
Binary 10100001 11001101 11001011 10101 0 1 10100 10110001 11111 1001000

Color Harmonies of #A1CDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CDCB

Black with #A1CDCB

Text Example


Text Example

White with #A1CDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CDCB; }

 p { color: rgb(161,205,203); }

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

background-color css

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

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

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

border-color css

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

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

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