Html Css Color HEX #A1CDCC Morning Glory

📋 copy color: '#A1CDCC'

red 161 ◦ green 205 ◦ blue 204

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

Shades of Morning Glory #A1CDCC

Tints of Morning Glory #A1CDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.79%

R = 28.25%
G = 35.96%
B = 35.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#A1CDCC (or 0xA1CDCC) is known color: Morning Glory. HEX triplet: A1, CD and CC. RGB value is (161,205,204). Sum of RGB (Red+Green+Blue) = 161+205+204=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CDCC is #5E3233. Grayscale: #BFBFBF. Windows color (decimal): -6173236 or 13421985. OLE color: 13421985.

HSL color Cylindrical-coordinate representation of color #A1CDCC: hue angle of 178.64º 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 #A1CDCC is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 205 204 -
CMYK 0.21 0 0.00 0.20
HSL 178.64º 0.31% 0.72% -
HSV(B) 178.64º 0.21% 0.8% -
XYZ 47.43 55.6 65.36 -
YUV 191.73 134.92 106.08 -
System Red Green Blue C M Y K H S L
Decimal 161 205 204 0.21 0 0.00 0.20 178.64 0.31 0.72
Hex A1 CD CC 15 0 0 14 B3 1F 48
Octal 241 315 314 25 0 0 24 263 37 110
Binary 10100001 11001101 11001100 10101 0 0 10100 10110011 11111 1001000

Color Harmonies of #A1CDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CDCC

Black with #A1CDCC

Text Example


Text Example

White with #A1CDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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